#5DD94A

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

Shades of Apple #5DD94A

Tints of Apple #5DD94A

Color information

#5DD94A (or 0x5DD94A) is unknown color: approx Apple. HEX triplet: 5D, D9 and 4A. RGB value is (93,217,74). Sum of RGB (Red+Green+Blue) = 93+217+74=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD94A is #A226B5. Grayscale: #A4A4A4. Windows color (decimal): -10626742 or 4905309. OLE color: 4905309.

HSL color Cylindrical-coordinate representation of color #5DD94A: hue angle of 112.03º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DD94A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB9321774-
CMYK0.5700.660.15
HSL112.03º65.3%57.06%-
HSV(B)112.03º65.9%85.1%-
XYZ30.5652.4514.99-
YUV163.6277.4277.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.22%
GREEN value IS 217 (85.16% from 255) = 56.51%
BLUE value IS 74 (29.30% from 255) = 19.27%
R=24.22%
G=56.51%
B=19.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93217740.5700.660.15112.0365.357.06
Hex5DD94A39042F704139
Octal1353311127101021716010171
Binary101110111011001100101011100101000010111111100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,217,74); }

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

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

 a { background-color: rgb(93,217,74); }

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

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

 span { border-color: rgb(93,217,74); }

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