#5F9D32

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

Shades of Limeade #5F9D32

Tints of Limeade #5F9D32

Color information

#5F9D32 (or 0x5F9D32) is unknown color: approx Limeade. HEX triplet: 5F, 9D and 32. RGB value is (95,157,50). Sum of RGB (Red+Green+Blue) = 95+157+50=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9D32 is #A062CD. Grayscale: #7E7E7E. Windows color (decimal): -10511054 or 3317087. OLE color: 3317087.

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

Color convert

RGB9515750-
CMYK0.3900.680.38
HSL94.77º51.69%40.59%-
HSV(B)94.77º68.15%61.57%-
XYZ17.3526.787.27-
YUV126.2684.96105.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 157 (61.72% from 255) = 51.99%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=31.46%
G=51.99%
B=16.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95157500.3900.680.3894.7751.6940.59
Hex5F9D3227044265f3429
Octal13723562470104461376451
Binary101111110011101110010100111010001001001101011111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,157,50); }

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

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

 a { background-color: rgb(95,157,50); }

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

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

 span { border-color: rgb(95,157,50); }

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