#539716

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

Shades of Limeade #539716

Tints of Limeade #539716

Color information

#539716 (or 0x539716) is unknown color: approx Limeade. HEX triplet: 53, 97 and 16. RGB value is (83,151,22). Sum of RGB (Red+Green+Blue) = 83+151+22=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #539716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539716 is #AC68E9. Grayscale: #747474. Windows color (decimal): -11299050 or 1480531. OLE color: 1480531.

HSL color Cylindrical-coordinate representation of color #539716: hue angle of 91.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #539716 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB8315122-
CMYK0.4500.850.41
HSL91.63º74.57%33.92%-
HSV(B)91.63º85.43%59.22%-
XYZ14.7824.034.62-
YUV115.9674.97104.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 151 (59.38% from 255) = 58.98%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=32.42%
G=58.98%
B=8.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151220.4500.850.4191.6374.5733.92
Hex5397162D055295c4b22
Octal123227265501255113411342
Binary101001110010111101101011010101010110100110111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539716; }

 p { color: rgb(83,151,22); }

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

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

 a { background-color: rgb(83,151,22); }

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

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

 span { border-color: rgb(83,151,22); }

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