Html Css Color HEX #5DAB52 Apple

📋 copy color: '#5DAB52'

red 93 ◦ green 171 ◦ blue 82

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

Shades of Apple #5DAB52

Tints of Apple #5DAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 26.88%
G = 49.42%
B = 23.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#5DAB52 (or 0x5DAB52) is known color: Apple. HEX triplet: 5D, AB and 52. RGB value is (93,171,82). Sum of RGB (Red+Green+Blue) = 93+171+82=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAB52 is #A254AD. Grayscale: #898989. Windows color (decimal): -10638510 or 5417821. OLE color: 5417821.

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

Color convert

RGB 93 171 82 -
CMYK 0.46 0 0.52 0.33
HSL 112.58º 0.35% 0.5% -
HSV(B) 112.58º 0.52% 0.67% -
XYZ 20.6 32.06 13.09 -
YUV 137.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 93 171 82 0.46 0 0.52 0.33 112.58 0.35 0.5
Hex 5D AB 52 2E 0 34 21 71 23 32
Octal 135 253 122 56 0 64 41 161 43 62
Binary 1011101 10101011 1010010 101110 0 110100 100001 1110001 100011 110010

Color Harmonies of #5DAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAB52

Black with #5DAB52

Text Example


Text Example

White with #5DAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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