#5C941F

Color #5C941F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5C941F

Tints of Limeade #5C941F

Color information

#5C941F (or 0x5C941F) is unknown color: approx Limeade. HEX triplet: 5C, 94 and 1F. RGB value is (92,148,31). Sum of RGB (Red+Green+Blue) = 92+148+31=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #5C941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C941F is #A36BE0. Grayscale: #767676. Windows color (decimal): -10709985 or 2069596. OLE color: 2069596.

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

Color convert

RGB9214831-
CMYK0.3800.790.42
HSL88.72º65.36%35.1%-
HSV(B)88.72º79.05%58.04%-
XYZ15.2523.555.04-
YUV117.9278.95109.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=33.95%
G=54.61%
B=11.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92148310.3800.790.4288.7265.3635.1
Hex5C941F2604F2A594123
Octal134224374601175213110143
Binary101110010010100111111001100100111110101010110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,148,31); }

 H1.HeaderClassName
 {
   color: #5C941F;
 }
 .AnyTagClassName
 {
   color: #5C941F;
 }
</style>
background-color css

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

 a { background-color: rgb(92,148,31); }

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

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

 span { border-color: rgb(92,148,31); }

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