#5DC24D

Color #5DC24D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5DC24D

Tints of Apple #5DC24D

Color information

#5DC24D (or 0x5DC24D) is unknown color: approx Apple. HEX triplet: 5D, C2 and 4D. RGB value is (93,194,77). Sum of RGB (Red+Green+Blue) = 93+194+77=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC24D is #A23DB2. Grayscale: #969696. Windows color (decimal): -10632627 or 5096029. OLE color: 5096029.

HSL color Cylindrical-coordinate representation of color #5DC24D: hue angle of 111.79º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC24D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB9319477-
CMYK0.5200.600.24
HSL111.79º48.95%53.14%-
HSV(B)111.79º60.31%76.08%-
XYZ25.1541.4513.7-
YUV150.4686.5487.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=25.55%
G=53.30%
B=21.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93194770.5200.600.24111.7948.9553.14
Hex5DC24D3403C18703135
Octal13530211564074301606165
Binary10111011100001010011011101000111100110001110000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DC24D; }

 p { color: rgb(93,194,77); }

 H1.HeaderClassName
 {
   color: #5DC24D;
 }
 .AnyTagClassName
 {
   color: #5DC24D;
 }
</style>
background-color css

<style>
 a { background-color: #5DC24D; }

 a { background-color: rgb(93,194,77); }

 div.DivClassName
 {
   background-color: #5DC24D;
 }
 .BgClassName
 {
   background-color: #5DC24D;
 }
</style>
border-color css

<style>
 span { border-color: #5DC24D; }

 span { border-color: rgb(93,194,77); }

 td.TdClassName
 {
   border-color: #5DC24D;
 }
 .TagClassName
 {
   border-color: #5DC24D;
 }
</style>