Html Css Color HEX #5DAB49 Apple

📋 copy color: '#5DAB49'

red 93 ◦ green 171 ◦ blue 73

#5DAB49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5DAB49

Tints of Apple #5DAB49

RGB

 RED value IS 93 (36.72% from 255) = 27.6%

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 27.6%
G = 50.74%
B = 21.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#5DAB49 (or 0x5DAB49) is known color: Apple. HEX triplet: 5D, AB and 49. RGB value is (93,171,73). Sum of RGB (Red+Green+Blue) = 93+171+73=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAB49 is #A254B6. Grayscale: #888888. Windows color (decimal): -10638519 or 4827997. OLE color: 4827997.

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

Color convert

RGB 93 171 73 -
CMYK 0.46 0 0.57 0.33
HSL 107.76º 0.4% 0.48% -
HSV(B) 107.76º 0.57% 0.67% -
XYZ 20.28 31.93 11.4 -
YUV 136.51 92.16 96.97 -
System Red Green Blue C M Y K H S L
Decimal 93 171 73 0.46 0 0.57 0.33 107.76 0.4 0.48
Hex 5D AB 49 2E 0 39 21 6C 28 30
Octal 135 253 111 56 0 71 41 154 50 60
Binary 1011101 10101011 1001001 101110 0 111001 100001 1101100 101000 110000

Color Harmonies of #5DAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB49

Black with #5DAB49

Text Example


Text Example

White with #5DAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DAB49;
 }
 .AnyTagClassName
 {
   color: #5DAB49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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