#5FA221

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

Shades of Limeade #5FA221

Tints of Limeade #5FA221

Color information

#5FA221 (or 0x5FA221) is unknown color: approx Limeade. HEX triplet: 5F, A2 and 21. RGB value is (95,162,33). Sum of RGB (Red+Green+Blue) = 95+162+33=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA221 is #A05DDE. Grayscale: #7F7F7F. Windows color (decimal): -10509791 or 2204255. OLE color: 2204255.

HSL color Cylindrical-coordinate representation of color #5FA221: hue angle of 91.16º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FA221 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB9516233-
CMYK0.4100.800.36
HSL91.16º66.15%38.24%-
HSV(B)91.16º79.63%63.53%-
XYZ17.9128.385.97-
YUV127.2674.8104.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.76%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=32.76%
G=55.86%
B=11.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162330.4100.800.3691.1666.1538.24
Hex5FA22129050245b4226
Octal137242415101204413310246
Binary1011111101000101000011010010101000010010010110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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