Html Css Color HEX #5C9920 Limeade

📋 copy color: '#5C9920'

red 92 ◦ green 153 ◦ blue 32

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

Shades of Limeade #5C9920

Tints of Limeade #5C9920

RGB

 RED value IS 92 (36.33% from 255) = 33.21%

 GREEN value IS 153 (60.16% from 255) = 55.23%

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

R = 33.21%
G = 55.23%
B = 11.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#5C9920 (or 0x5C9920) is known color: Limeade. HEX triplet: 5C, 99 and 20. RGB value is (92,153,32). Sum of RGB (Red+Green+Blue) = 92+153+32=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9920 is #A366DF. Grayscale: #797979. Windows color (decimal): -10708704 or 2136412. OLE color: 2136412.

HSL color Cylindrical-coordinate representation of color #5C9920: hue angle of 90.25º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C9920 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 153 32 -
CMYK 0.40 0 0.79 0.4
HSL 90.25º 0.65% 0.36% -
HSV(B) 90.25º 0.79% 0.6% -
XYZ 16.07 25.16 5.38 -
YUV 120.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 92 153 32 0.40 0 0.79 0.4 90.25 0.65 0.36
Hex 5C 99 20 28 0 4F 28 5A 41 24
Octal 134 231 40 50 0 117 50 132 101 44
Binary 1011100 10011001 100000 101000 0 1001111 101000 1011010 1000001 100100

Color Harmonies of #5C9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9920

Black with #5C9920

Text Example


Text Example

White with #5C9920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,153,32); }

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

background-color css

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

 a { background-color: rgb(92,153,32); }

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

border-color css

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

 span { border-color: rgb(92,153,32); }

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