#539910

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

Shades of Limeade #539910

Tints of Limeade #539910

Color information

#539910 (or 0x539910) is unknown color: approx Limeade. HEX triplet: 53, 99 and 10. RGB value is (83,153,16). Sum of RGB (Red+Green+Blue) = 83+153+16=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #539910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539910 is #AC66EF. Grayscale: #747474. Windows color (decimal): -11298544 or 1087827. OLE color: 1087827.

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

Color convert

RGB8315316-
CMYK0.4600.900.4
HSL90.66º81.07%33.14%-
HSV(B)90.66º89.54%60%-
XYZ15.0524.664.46-
YUV116.4571.31104.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 153 (60.16% from 255) = 60.71%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=32.94%
G=60.71%
B=6.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83153160.4600.900.490.6681.0733.14
Hex5399102E05A285b5121
Octal123231205601325013312141
Binary101001110011001100001011100101101010100010110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539910; }

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

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

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

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

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

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

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

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