#539605

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

Shades of Limeade #539605

Tints of Limeade #539605

Color information

#539605 (or 0x539605) is unknown color: approx Limeade. HEX triplet: 53, 96 and 05. RGB value is (83,150,5). Sum of RGB (Red+Green+Blue) = 83+150+5=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #539605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539605 is #AC69FA. Grayscale: #717171. Windows color (decimal): -11299323 or 366163. OLE color: 366163.

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

Color convert

RGB831505-
CMYK0.4500.970.41
HSL87.72º93.55%30.39%-
HSV(B)87.72º96.67%58.82%-
XYZ14.523.663.95-
YUV113.4466.8106.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 63.03%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=34.87%
G=63.03%
B=2.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8315050.4500.970.4187.7293.5530.39
Hex539652D06129585e1e
Octal12322655501415113013636
Binary101001110010110101101101011000011010011011000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539605; }

 p { color: rgb(83,150,5); }

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

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

 a { background-color: rgb(83,150,5); }

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

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

 span { border-color: rgb(83,150,5); }

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