#5C993B

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

Shades of Limeade #5C993B

Tints of Limeade #5C993B

Color information

#5C993B (or 0x5C993B) is unknown color: approx Limeade. HEX triplet: 5C, 99 and 3B. RGB value is (92,153,59). Sum of RGB (Red+Green+Blue) = 92+153+59=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #5C993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C993B is #A366C4. Grayscale: #7C7C7C. Windows color (decimal): -10708677 or 3905884. OLE color: 3905884.

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

Color convert

RGB9215359-
CMYK0.4000.610.4
HSL98.94º44.34%41.57%-
HSV(B)98.94º61.44%60%-
XYZ16.5925.378.16-
YUV124.0491.29105.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=30.26%
G=50.33%
B=19.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92153590.4000.610.498.9444.3441.57
Hex5C993B2803D28632c2a
Octal1342317350075501435452
Binary10111001001100111101110100001111011010001100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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