#539C13

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

Shades of Limeade #539C13

Tints of Limeade #539C13

Color information

#539C13 (or 0x539C13) is unknown color: approx Limeade. HEX triplet: 53, 9C and 13. RGB value is (83,156,19). Sum of RGB (Red+Green+Blue) = 83+156+19=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 156 (61.33% from 255 or 60.47% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 156 - color contains mainly: green. Hex color #539C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539C13 is #AC63EC. Grayscale: #777777. Windows color (decimal): -11297773 or 1285203. OLE color: 1285203.

HSL color Cylindrical-coordinate representation of color #539C13: hue angle of 91.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #539C13 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB8315619-
CMYK0.4700.880.39
HSL91.97º78.29%34.31%-
HSV(B)91.97º87.82%61.18%-
XYZ15.5725.664.75-
YUV118.5571.82102.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 156 (61.33% from 255) = 60.47%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=32.17%
G=60.47%
B=7.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83156190.4700.880.3991.9778.2934.31
Hex539C132F058275c4e22
Octal123234235701304713411642
Binary101001110011100100111011110101100010011110111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539C13; }

 p { color: rgb(83,156,19); }

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

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

 a { background-color: rgb(83,156,19); }

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

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

 span { border-color: rgb(83,156,19); }

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