#5F9E21

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

Shades of Limeade #5F9E21

Tints of Limeade #5F9E21

Color information

#5F9E21 (or 0x5F9E21) is unknown color: approx Limeade. HEX triplet: 5F, 9E and 21. RGB value is (95,158,33). Sum of RGB (Red+Green+Blue) = 95+158+33=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E21 is #A061DE. Grayscale: #7D7D7D. Windows color (decimal): -10510815 or 2203231. OLE color: 2203231.

HSL color Cylindrical-coordinate representation of color #5F9E21: hue angle of 90.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F9E21 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB9515833-
CMYK0.4000.790.38
HSL90.24º65.45%37.45%-
HSV(B)90.24º79.11%61.96%-
XYZ17.22275.74-
YUV124.9176.13106.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 158 (62.11% from 255) = 55.24%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=33.22%
G=55.24%
B=11.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95158330.4000.790.3890.2465.4537.45
Hex5F9E212804F265a4125
Octal137236415001174613210145
Binary1011111100111101000011010000100111110011010110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,33); }

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

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

 a { background-color: rgb(95,158,33); }

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

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

 span { border-color: rgb(95,158,33); }

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