#5FA321

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

Shades of Limeade #5FA321

Tints of Limeade #5FA321

Color information

#5FA321 (or 0x5FA321) is unknown color: approx Limeade. HEX triplet: 5F, A3 and 21. RGB value is (95,163,33). Sum of RGB (Red+Green+Blue) = 95+163+33=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA321 is #A05CDE. Grayscale: #808080. Windows color (decimal): -10509535 or 2204511. OLE color: 2204511.

HSL color Cylindrical-coordinate representation of color #5FA321: hue angle of 91.38º 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 #5FA321 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB9516333-
CMYK0.4200.800.36
HSL91.38º66.33%38.43%-
HSV(B)91.38º79.75%63.92%-
XYZ18.0928.746.03-
YUV127.8574.47104.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 163 (64.06% from 255) = 56.01%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=32.65%
G=56.01%
B=11.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95163330.4200.800.3691.3866.3338.43
Hex5FA3212A050245b4226
Octal137243415201204413310246
Binary1011111101000111000011010100101000010010010110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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