#5DC04D

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

Shades of Apple #5DC04D

Tints of Apple #5DC04D

Color information

#5DC04D (or 0x5DC04D) is unknown color: approx Apple. HEX triplet: 5D, C0 and 4D. RGB value is (93,192,77). Sum of RGB (Red+Green+Blue) = 93+192+77=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC04D is #A23FB2. Grayscale: #959595. Windows color (decimal): -10633139 or 5095517. OLE color: 5095517.

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

Color convert

RGB9319277-
CMYK0.5200.600.25
HSL111.65º47.72%52.75%-
HSV(B)111.65º59.9%75.29%-
XYZ24.740.5613.55-
YUV149.2987.287.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=25.69%
G=53.04%
B=21.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93192770.5200.600.25111.6547.7252.75
Hex5DC04D3403C19703035
Octal13530011564074311606065
Binary10111011100000010011011101000111100110011110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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