#5C953E

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

Shades of Limeade #5C953E

Tints of Limeade #5C953E

Color information

#5C953E (or 0x5C953E) is unknown color: approx Limeade. HEX triplet: 5C, 95 and 3E. RGB value is (92,149,62). Sum of RGB (Red+Green+Blue) = 92+149+62=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #5C953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C953E is #A36AC1. Grayscale: #7A7A7A. Windows color (decimal): -10709698 or 4101468. OLE color: 4101468.

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

Color convert

RGB9214962-
CMYK0.3800.580.42
HSL99.31º41.23%41.37%-
HSV(B)99.31º58.39%58.43%-
XYZ16.0324.128.37-
YUV122.0494.12106.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.36%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=30.36%
G=49.17%
B=20.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92149620.3800.580.4299.3141.2341.37
Hex5C953E2603A2A632929
Octal1342257646072521435151
Binary10111001001010111111010011001110101010101100011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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