Html Css Color HEX #5C9521 Limeade

📋 copy color: '#5C9521'

red 92 ◦ green 149 ◦ blue 33

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

Shades of Limeade #5C9521

Tints of Limeade #5C9521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

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

R = 33.58%
G = 54.38%
B = 12.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#5C9521 (or 0x5C9521) is known color: Limeade. HEX triplet: 5C, 95 and 21. RGB value is (92,149,33). Sum of RGB (Red+Green+Blue) = 92+149+33=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9521 is #A36ADE. Grayscale: #777777. Windows color (decimal): -10709727 or 2200924. OLE color: 2200924.

HSL color Cylindrical-coordinate representation of color #5C9521: hue angle of 89.48º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C9521 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 149 33 -
CMYK 0.38 0 0.78 0.42
HSL 89.48º 0.64% 0.36% -
HSV(B) 89.48º 0.78% 0.58% -
XYZ 15.44 23.88 5.23 -
YUV 118.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 92 149 33 0.38 0 0.78 0.42 89.48 0.64 0.36
Hex 5C 95 21 26 0 4E 2A 59 40 24
Octal 134 225 41 46 0 116 52 131 100 44
Binary 1011100 10010101 100001 100110 0 1001110 101010 1011001 1000000 100100

Color Harmonies of #5C9521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9521

Black with #5C9521

Text Example


Text Example

White with #5C9521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,149,33); }

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

background-color css

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

 a { background-color: rgb(92,149,33); }

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

border-color css

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

 span { border-color: rgb(92,149,33); }

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