#539200

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

Shades of Limeade #539200

Tints of Limeade #539200

Color information

#539200 (or 0x539200) is unknown color: approx Limeade. HEX triplet: 53, 92 and 00. RGB value is (83,146,0). Sum of RGB (Red+Green+Blue) = 83+146+0=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #539200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539200 is #AC6DFF. Grayscale: #6F6F6F. Windows color (decimal): -11300352 or 37459. OLE color: 37459.

HSL color Cylindrical-coordinate representation of color #539200: hue angle of 85.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #539200 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB831460-
CMYK0.43010.43
HSL85.89º100%28.63%-
HSV(B)85.89º100%57.25%-
XYZ13.8522.43.59-
YUV110.5265.63108.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 146 (57.42% from 255) = 63.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.24%
G=63.76%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8314600.43010.4385.8910028.63
Hex539202B0642B56641d
Octal12322205301445312614435
Binary1010011100100100101011011001001010111010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539200; }

 p { color: rgb(83,146,0); }

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

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

 a { background-color: rgb(83,146,0); }

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

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

 span { border-color: rgb(83,146,0); }

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