#5DAB55

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

Shades of Apple #5DAB55

Tints of Apple #5DAB55

Color information

#5DAB55 (or 0x5DAB55) is unknown color: approx Apple. HEX triplet: 5D, AB and 55. RGB value is (93,171,85). Sum of RGB (Red+Green+Blue) = 93+171+85=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAB55 is #A254AA. Grayscale: #8A8A8A. Windows color (decimal): -10638507 or 5614429. OLE color: 5614429.

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

Color convert

RGB9317185-
CMYK0.4600.500.33
HSL114.42º33.86%50.2%-
HSV(B)114.42º50.29%67.06%-
XYZ20.7232.1113.7-
YUV137.8798.1695.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=26.65%
G=49.00%
B=24.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93171850.4600.500.33114.4233.8650.2
Hex5DAB552E03221722232
Octal13525312556062411624262
Binary101110110101011101010110111001100101000011110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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