#5F9528

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

Shades of Limeade #5F9528

Tints of Limeade #5F9528

Color information

#5F9528 (or 0x5F9528) is unknown color: approx Limeade. HEX triplet: 5F, 95 and 28. RGB value is (95,149,40). Sum of RGB (Red+Green+Blue) = 95+149+40=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9528 is #A06AD7. Grayscale: #787878. Windows color (decimal): -10513112 or 2659679. OLE color: 2659679.

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

Color convert

RGB9514940-
CMYK0.3600.730.42
HSL89.72º57.67%37.06%-
HSV(B)89.72º73.15%58.43%-
XYZ15.8524.085.82-
YUV120.4382.61109.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=33.45%
G=52.46%
B=14.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95149400.3600.730.4289.7257.6737.06
Hex5F9528240492A5a3a25
Octal13722550440111521327245
Binary101111110010101101000100100010010011010101011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,149,40); }

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

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

 a { background-color: rgb(95,149,40); }

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

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

 span { border-color: rgb(95,149,40); }

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