Html Css Color HEX #5DA120 Limeade

📋 copy color: '#5DA120'

red 93 ◦ green 161 ◦ blue 32

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

Shades of Limeade #5DA120

Tints of Limeade #5DA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.29%

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

R = 32.52%
G = 56.29%
B = 11.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#5DA120 (or 0x5DA120) is known color: Limeade. HEX triplet: 5D, A1 and 20. RGB value is (93,161,32). Sum of RGB (Red+Green+Blue) = 93+161+32=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA120 is #A25EDF. Grayscale: #7E7E7E. Windows color (decimal): -10641120 or 2138461. OLE color: 2138461.

HSL color Cylindrical-coordinate representation of color #5DA120: hue angle of 91.63º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DA120 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 161 32 -
CMYK 0.42 0 0.80 0.37
HSL 91.63º 0.67% 0.38% -
HSV(B) 91.63º 0.8% 0.63% -
XYZ 17.52 27.92 5.83 -
YUV 125.96 74.97 104.49 -
System Red Green Blue C M Y K H S L
Decimal 93 161 32 0.42 0 0.80 0.37 91.63 0.67 0.38
Hex 5D A1 20 2A 0 50 25 5C 43 26
Octal 135 241 40 52 0 120 45 134 103 46
Binary 1011101 10100001 100000 101010 0 1010000 100101 1011100 1000011 100110

Color Harmonies of #5DA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA120

Black with #5DA120

Text Example


Text Example

White with #5DA120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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