Html Css Color HEX #5DAC55 Apple

📋 copy color: '#5DAC55'

red 93 ◦ green 172 ◦ blue 85

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

Shades of Apple #5DAC55

Tints of Apple #5DAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 26.57%
G = 49.14%
B = 24.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#5DAC55 (or 0x5DAC55) is known color: Apple. HEX triplet: 5D, AC and 55. RGB value is (93,172,85). Sum of RGB (Red+Green+Blue) = 93+172+85=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC55 is #A253AA. Grayscale: #8A8A8A. Windows color (decimal): -10638251 or 5614685. OLE color: 5614685.

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

Color convert

RGB 93 172 85 -
CMYK 0.46 0 0.51 0.33
HSL 114.48º 0.34% 0.5% -
HSV(B) 114.48º 0.51% 0.67% -
XYZ 20.91 32.49 13.76 -
YUV 138.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 93 172 85 0.46 0 0.51 0.33 114.48 0.34 0.5
Hex 5D AC 55 2E 0 33 21 72 22 32
Octal 135 254 125 56 0 63 41 162 42 62
Binary 1011101 10101100 1010101 101110 0 110011 100001 1110010 100010 110010

Color Harmonies of #5DAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC55

Black with #5DAC55

Text Example


Text Example

White with #5DAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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