#5F9629

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

Shades of Limeade #5F9629

Tints of Limeade #5F9629

Color information

#5F9629 (or 0x5F9629) is unknown color: approx Limeade. HEX triplet: 5F, 96 and 29. RGB value is (95,150,41). Sum of RGB (Red+Green+Blue) = 95+150+41=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #5F9629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9629 is #A069D6. Grayscale: #797979. Windows color (decimal): -10512855 or 2725471. OLE color: 2725471.

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

Color convert

RGB9515041-
CMYK0.3700.730.41
HSL90.28º57.07%37.45%-
HSV(B)90.28º72.67%58.82%-
XYZ16.0324.415.96-
YUV121.1382.78109.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=33.22%
G=52.45%
B=14.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95150410.3700.730.4190.2857.0737.45
Hex5F962925049295a3925
Octal13722651450111511327145
Binary101111110010110101001100101010010011010011011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,150,41); }

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

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

 a { background-color: rgb(95,150,41); }

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

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

 span { border-color: rgb(95,150,41); }

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