Html Css Color HEX #5DAC20 Limeade

📋 copy color: '#5DAC20'

red 93 ◦ green 172 ◦ blue 32

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

Shades of Limeade #5DAC20

Tints of Limeade #5DAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.77%

R = 31.31%
G = 57.91%
B = 10.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#5DAC20 (or 0x5DAC20) is known color: Limeade. HEX triplet: 5D, AC and 20. RGB value is (93,172,32). Sum of RGB (Red+Green+Blue) = 93+172+32=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC20 is #A253DF. Grayscale: #848484. Windows color (decimal): -10638304 or 2141277. OLE color: 2141277.

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

Color convert

RGB 93 172 32 -
CMYK 0.46 0 0.81 0.33
HSL 93.86º 0.69% 0.4% -
HSV(B) 93.86º 0.81% 0.67% -
XYZ 19.53 31.94 6.5 -
YUV 132.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 93 172 32 0.46 0 0.81 0.33 93.86 0.69 0.4
Hex 5D AC 20 2E 0 51 21 5E 45 28
Octal 135 254 40 56 0 121 41 136 105 50
Binary 1011101 10101100 100000 101110 0 1010001 100001 1011110 1000101 101000

Color Harmonies of #5DAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC20

Black with #5DAC20

Text Example


Text Example

White with #5DAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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