#5fa728

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

Shades of Limeade #5FA728

Tints of Limeade #5FA728

Color information

#5FA728 (or 0x5FA728) is unknown color: approx Limeade. HEX triplet: 5F, A7 and 28. RGB value is (95,167,40). Sum of RGB (Red+Green+Blue) = 95+167+40=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA728 is #A058D7. Grayscale: #838383. Windows color (decimal): -10508504 or 2664287. OLE color: 2664287.

HSL color Cylindrical-coordinate representation of color #5FA728: hue angle of 94.02º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FA728 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB9516740-
CMYK0.4300.760.35
HSL94.02º61.35%40.59%-
HSV(B)94.02º76.05%65.49%-
XYZ18.9230.226.84-
YUV130.9976.65102.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=31.46%
G=55.30%
B=13.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95167400.4300.760.3594.0261.3540.59
Hex5FA7282B04C235e3d29
Octal13724750530114431367551
Binary101111110100111101000101011010011001000111011110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,40); }

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

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

 a { background-color: rgb(95,167,40); }

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

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

 span { border-color: rgb(95,167,40); }

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