#539935

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

Shades of Limeade #539935

Tints of Limeade #539935

Color information

#539935 (or 0x539935) is unknown color: approx Limeade. HEX triplet: 53, 99 and 35. RGB value is (83,153,53). Sum of RGB (Red+Green+Blue) = 83+153+53=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #539935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539935 is #AC66CA. Grayscale: #787878. Windows color (decimal): -11298507 or 3512659. OLE color: 3512659.

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

Color convert

RGB8315353-
CMYK0.4600.650.4
HSL102º48.54%40.39%-
HSV(B)102º65.36%60%-
XYZ15.624.887.35-
YUV120.6789.81101.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=28.72%
G=52.94%
B=18.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153530.4600.650.410248.5440.39
Hex5399352E04128663128
Octal12323165560101501466150
Binary101001110011001110101101110010000011010001100110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539935; }

 p { color: rgb(83,153,53); }

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

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

 a { background-color: rgb(83,153,53); }

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

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

 span { border-color: rgb(83,153,53); }

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