Html Css Color HEX #5C9211 Limeade

📋 copy color: '#5C9211'

red 92 ◦ green 146 ◦ blue 17

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

Shades of Limeade #5C9211

Tints of Limeade #5C9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.25%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 36.08%
G = 57.25%
B = 6.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#5C9211 (or 0x5C9211) is known color: Limeade. HEX triplet: 5C, 92 and 11. RGB value is (92,146,17). Sum of RGB (Red+Green+Blue) = 92+146+17=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9211 is #A36DEE. Grayscale: #737373. Windows color (decimal): -10710511 or 1151580. OLE color: 1151580.

HSL color Cylindrical-coordinate representation of color #5C9211: hue angle of 85.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C9211 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 146 17 -
CMYK 0.37 0 0.88 0.43
HSL 85.12º 0.79% 0.32% -
HSV(B) 85.12º 0.88% 0.57% -
XYZ 14.79 22.87 4.17 -
YUV 115.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 92 146 17 0.37 0 0.88 0.43 85.12 0.79 0.32
Hex 5C 92 11 25 0 58 2B 55 4F 20
Octal 134 222 21 45 0 130 53 125 117 40
Binary 1011100 10010010 10001 100101 0 1011000 101011 1010101 1001111 100000

Color Harmonies of #5C9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9211

Black with #5C9211

Text Example


Text Example

White with #5C9211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,146,17); }

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

background-color css

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

 a { background-color: rgb(92,146,17); }

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

border-color css

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

 span { border-color: rgb(92,146,17); }

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