#5FA534

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

Shades of Limeade #5FA534

Tints of Limeade #5FA534

Color information

#5FA534 (or 0x5FA534) is unknown color: approx Limeade. HEX triplet: 5F, A5 and 34. RGB value is (95,165,52). Sum of RGB (Red+Green+Blue) = 95+165+52=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA534 is #A05ACB. Grayscale: #838383. Windows color (decimal): -10509004 or 3450207. OLE color: 3450207.

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

Color convert

RGB9516552-
CMYK0.4200.680.35
HSL97.17º52.07%42.55%-
HSV(B)97.17º68.48%64.71%-
XYZ18.7929.597.97-
YUV131.1983.31102.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=30.45%
G=52.88%
B=16.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95165520.4200.680.3597.1752.0742.55
Hex5FA5342A0442361342b
Octal13724564520104431416453
Binary101111110100101110100101010010001001000111100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,165,52); }

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

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

 a { background-color: rgb(95,165,52); }

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

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

 span { border-color: rgb(95,165,52); }

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