#5C9732

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

Shades of Limeade #5C9732

Tints of Limeade #5C9732

Color information

#5C9732 (or 0x5C9732) is unknown color: approx Limeade. HEX triplet: 5C, 97 and 32. RGB value is (92,151,50). Sum of RGB (Red+Green+Blue) = 92+151+50=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #5C9732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9732 is #A368CD. Grayscale: #7A7A7A. Windows color (decimal): -10709198 or 3315548. OLE color: 3315548.

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

Color convert

RGB9215150-
CMYK0.3900.670.41
HSL95.05º50.25%39.41%-
HSV(B)95.05º66.89%59.22%-
XYZ16.0624.646.93-
YUV121.8487.45106.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 151 (59.38% from 255) = 51.54%
BLUE value IS 50 (19.92% from 255) = 17.06%
R=31.40%
G=51.54%
B=17.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92151500.3900.670.4195.0550.2539.41
Hex5C973227043295f3227
Octal13422762470103511376247
Binary101110010010111110010100111010000111010011011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,151,50); }

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

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

 a { background-color: rgb(92,151,50); }

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

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

 span { border-color: rgb(92,151,50); }

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