#539834

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

Shades of Limeade #539834

Tints of Limeade #539834

Color information

#539834 (or 0x539834) is unknown color: approx Limeade. HEX triplet: 53, 98 and 34. RGB value is (83,152,52). Sum of RGB (Red+Green+Blue) = 83+152+52=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #539834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539834 is #AC67CB. Grayscale: #787878. Windows color (decimal): -11298764 or 3446867. OLE color: 3446867.

HSL color Cylindrical-coordinate representation of color #539834: hue angle of 101.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #539834 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB8315252-
CMYK0.4500.660.40
HSL101.4º49.02%40%-
HSV(B)101.4º65.79%59.61%-
XYZ15.4224.547.17-
YUV119.9789.64101.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 152 (59.77% from 255) = 52.96%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=28.92%
G=52.96%
B=18.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152520.4500.660.40101.449.0240
Hex5398342D04228653128
Octal12323064550102501456150
Binary101001110011000110100101101010000101010001100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539834; }

 p { color: rgb(83,152,52); }

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

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

 a { background-color: rgb(83,152,52); }

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

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

 span { border-color: rgb(83,152,52); }

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