#5F9D34

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

Shades of Limeade #5F9D34

Tints of Limeade #5F9D34

Color information

#5F9D34 (or 0x5F9D34) is unknown color: approx Limeade. HEX triplet: 5F, 9D and 34. RGB value is (95,157,52). Sum of RGB (Red+Green+Blue) = 95+157+52=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9D34 is #A062CB. Grayscale: #7E7E7E. Windows color (decimal): -10511052 or 3448159. OLE color: 3448159.

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

Color convert

RGB9515752-
CMYK0.3900.670.38
HSL95.43º50.24%40.98%-
HSV(B)95.43º66.88%61.57%-
XYZ17.426.797.5-
YUV126.4985.96105.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 51.64%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=31.25%
G=51.64%
B=17.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95157520.3900.670.3895.4350.2440.98
Hex5F9D3427043265f3229
Octal13723564470103461376251
Binary101111110011101110100100111010000111001101011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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