Html Css Color HEX #5DAC52 Apple

📋 copy color: '#5DAC52'

red 93 ◦ green 172 ◦ blue 82

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

Shades of Apple #5DAC52

Tints of Apple #5DAC52

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.57%

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

R = 26.8%
G = 49.57%
B = 23.63%

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

#5DAC52 (or 0x5DAC52) is known color: Apple. HEX triplet: 5D, AC and 52. RGB value is (93,172,82). Sum of RGB (Red+Green+Blue) = 93+172+82=347 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.80% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC52 is #A253AD. Grayscale: #8A8A8A. Windows color (decimal): -10638254 or 5418077. OLE color: 5418077.

HSL color Cylindrical-coordinate representation of color #5DAC52: hue angle of 112.67º 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 #5DAC52 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 172 82 -
CMYK 0.46 0 0.52 0.33
HSL 112.67º 0.35% 0.5% -
HSV(B) 112.67º 0.52% 0.67% -
XYZ 20.79 32.44 13.15 -
YUV 138.12 96.33 95.82 -
System Red Green Blue C M Y K H S L
Decimal 93 172 82 0.46 0 0.52 0.33 112.67 0.35 0.5
Hex 5D AC 52 2E 0 34 21 71 23 32
Octal 135 254 122 56 0 64 41 161 43 62
Binary 1011101 10101100 1010010 101110 0 110100 100001 1110001 100011 110010

Color Harmonies of #5DAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC52

Black with #5DAC52

Text Example


Text Example

White with #5DAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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