Html Css Color HEX #5DAB42 Apple

📋 copy color: '#5DAB42'

red 93 ◦ green 171 ◦ blue 66

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

Shades of Apple #5DAB42

Tints of Apple #5DAB42

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 value IS 0.46

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#5DAB42 (or 0x5DAB42) is known color: 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

RGB 93 171 66 -
CMYK 0.46 0 0.61 0.33
HSL 104.57º 0.44% 0.46% -
HSV(B) 104.57º 0.61% 0.67% -
XYZ 20.06 31.85 10.24 -
YUV 135.71 88.66 97.54 -
System Red Green Blue C M Y K H S L
Decimal 93 171 66 0.46 0 0.61 0.33 104.57 0.44 0.46
Hex 5D AB 42 2E 0 3D 21 69 2C 2E
Octal 135 253 102 56 0 75 41 151 54 56
Binary 1011101 10101011 1000010 101110 0 111101 100001 1101001 101100 101110

Color Harmonies of #5DAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB42

Black with #5DAB42

Text Example


Text Example

White with #5DAB42

Text Example


Text Example

HTML Codes & Css Web 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>