Html Css Color HEX #5DAC21 Limeade

📋 copy color: '#5DAC21'

red 93 ◦ green 172 ◦ blue 33

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

Shades of Limeade #5DAC21

Tints of Limeade #5DAC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 31.21%
G = 57.72%
B = 11.07%

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

#5DAC21 (or 0x5DAC21) is known color: Limeade. HEX triplet: 5D, AC and 21. RGB value is (93,172,33). Sum of RGB (Red+Green+Blue) = 93+172+33=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAC21 is #A253DE. Grayscale: #858585. Windows color (decimal): -10638303 or 2206813. OLE color: 2206813.

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

Color convert

RGB 93 172 33 -
CMYK 0.46 0 0.81 0.33
HSL 94.1º 0.68% 0.4% -
HSV(B) 94.1º 0.81% 0.67% -
XYZ 19.54 31.94 6.57 -
YUV 132.53 71.83 99.8 -
System Red Green Blue C M Y K H S L
Decimal 93 172 33 0.46 0 0.81 0.33 94.1 0.68 0.4
Hex 5D AC 21 2E 0 51 21 5E 44 28
Octal 135 254 41 56 0 121 41 136 104 50
Binary 1011101 10101100 100001 101110 0 1010001 100001 1011110 1000100 101000

Color Harmonies of #5DAC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC21

Black with #5DAC21

Text Example


Text Example

White with #5DAC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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