#5C960F

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

Shades of Limeade #5C960F

Tints of Limeade #5C960F

Color information

#5C960F (or 0x5C960F) is unknown color: approx Limeade. HEX triplet: 5C, 96 and 0F. RGB value is (92,150,15). Sum of RGB (Red+Green+Blue) = 92+150+15=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #5C960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C960F is #A369F0. Grayscale: #757575. Windows color (decimal): -10709489 or 1021532. OLE color: 1021532.

HSL color Cylindrical-coordinate representation of color #5C960F: hue angle of 85.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C960F is Cyan = 0.39, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB9215015-
CMYK0.3900.90.41
HSL85.78º81.82%32.35%-
HSV(B)85.78º90%58.82%-
XYZ15.4124.124.3-
YUV117.2770.28109.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=35.80%
G=58.37%
B=5.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150150.3900.90.4185.7881.8232.35
Hex5C96F2705A29565220
Octal134226174701325112612240
Binary10111001001011011111001110101101010100110101101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,15); }

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

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

 a { background-color: rgb(92,150,15); }

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

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

 span { border-color: rgb(92,150,15); }

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