Html Css Color HEX #5D9C20 Limeade

📋 copy color: '#5D9C20'

red 93 ◦ green 156 ◦ blue 32

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

Shades of Limeade #5D9C20

Tints of Limeade #5D9C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.52%

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

R = 33.1%
G = 55.52%
B = 11.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#5D9C20 (or 0x5D9C20) is known color: Limeade. HEX triplet: 5D, 9C and 20. RGB value is (93,156,32). Sum of RGB (Red+Green+Blue) = 93+156+32=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9C20 is #A263DF. Grayscale: #7B7B7B. Windows color (decimal): -10642400 or 2137181. OLE color: 2137181.

HSL color Cylindrical-coordinate representation of color #5D9C20: hue angle of 90.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D9C20 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 156 32 -
CMYK 0.40 0 0.79 0.39
HSL 90.48º 0.66% 0.37% -
HSV(B) 90.48º 0.79% 0.61% -
XYZ 16.66 26.21 5.55 -
YUV 123.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 93 156 32 0.40 0 0.79 0.39 90.48 0.66 0.37
Hex 5D 9C 20 28 0 4F 27 5A 42 25
Octal 135 234 40 50 0 117 47 132 102 45
Binary 1011101 10011100 100000 101000 0 1001111 100111 1011010 1000010 100101

Color Harmonies of #5D9C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9C20

Black with #5D9C20

Text Example


Text Example

White with #5D9C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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