#5DAB42

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

Shades of Apple #5DAB42

Tints of Apple #5DAB42

Color information

#5DAB42 (or 0x5DAB42) is unknown color: approx Apple. HEX triplet: 5D, AB and 42. RGB value is (93,171,66). Sum of RGB (Red+Green+Blue) = 93+171+66=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB42 is #A254BD. Grayscale: #888888. Windows color (decimal): -10638526 or 4369245. OLE color: 4369245.

HSL color Cylindrical-coordinate representation of color #5DAB42: hue angle of 104.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAB42 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB9317166-
CMYK0.4600.610.33
HSL104.57º44.3%46.47%-
HSV(B)104.57º61.4%67.06%-
XYZ20.0631.8510.24-
YUV135.7188.6697.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 66 (26.17% from 255) = 20%
R=28.18%
G=51.82%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93171660.4600.610.33104.5744.346.47
Hex5DAB422E03D21692c2e
Octal13525310256075411515456
Binary101110110101011100001010111001111011000011101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,66); }

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

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

 a { background-color: rgb(93,171,66); }

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

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

 span { border-color: rgb(93,171,66); }

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