#5DAB53

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

Shades of Apple #5DAB53

Tints of Apple #5DAB53

Color information

#5DAB53 (or 0x5DAB53) is unknown color: approx Apple. HEX triplet: 5D, AB and 53. RGB value is (93,171,83). Sum of RGB (Red+Green+Blue) = 93+171+83=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAB53 is #A254AC. Grayscale: #898989. Windows color (decimal): -10638509 or 5483357. OLE color: 5483357.

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

Color convert

RGB9317183-
CMYK0.4600.510.33
HSL113.18º34.65%49.8%-
HSV(B)113.18º51.46%67.06%-
XYZ20.6432.0813.29-
YUV137.6597.1696.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.80%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=26.80%
G=49.28%
B=23.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93171830.4600.510.33113.1834.6549.8
Hex5DAB532E03321712332
Octal13525312356063411614362
Binary101110110101011101001110111001100111000011110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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