#5FA437

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

Shades of Limeade #5FA437

Tints of Limeade #5FA437

Color information

#5FA437 (or 0x5FA437) is unknown color: approx Limeade. HEX triplet: 5F, A4 and 37. RGB value is (95,164,55). Sum of RGB (Red+Green+Blue) = 95+164+55=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA437 is #A05BC8. Grayscale: #838383. Windows color (decimal): -10509257 or 3646559. OLE color: 3646559.

HSL color Cylindrical-coordinate representation of color #5FA437: hue angle of 97.98º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FA437 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB9516455-
CMYK0.4200.660.36
HSL97.98º49.77%42.94%-
HSV(B)97.98º66.46%64.31%-
XYZ18.6829.268.28-
YUV130.9485.14102.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.25%
GREEN value IS 164 (64.45% from 255) = 52.23%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=30.25%
G=52.23%
B=17.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95164550.4200.660.3697.9849.7742.94
Hex5FA4372A0422462322b
Octal13724467520102441426253
Binary101111110100100110111101010010000101001001100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,164,55); }

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

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

 a { background-color: rgb(95,164,55); }

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

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

 span { border-color: rgb(95,164,55); }

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