#539E12

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

Shades of Limeade #539E12

Tints of Limeade #539E12

Color information

#539E12 (or 0x539E12) is unknown color: approx Limeade. HEX triplet: 53, 9E and 12. RGB value is (83,158,18). Sum of RGB (Red+Green+Blue) = 83+158+18=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 158 (62.11% from 255 or 61.00% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 158 - color contains mainly: green. Hex color #539E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539E12 is #AC61ED. Grayscale: #787878. Windows color (decimal): -11297262 or 1220179. OLE color: 1220179.

HSL color Cylindrical-coordinate representation of color #539E12: hue angle of 92.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #539E12 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB8315818-
CMYK0.4700.890.38
HSL92.14º79.55%34.51%-
HSV(B)92.14º88.61%61.96%-
XYZ15.926.344.82-
YUV119.6270.65101.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 158 (62.11% from 255) = 61.00%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=32.05%
G=61.00%
B=6.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83158180.4700.890.3892.1479.5534.51
Hex539E122F059265c5023
Octal123236225701314613412043
Binary101001110011110100101011110101100110011010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,158,18); }

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

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

 a { background-color: rgb(83,158,18); }

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

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

 span { border-color: rgb(83,158,18); }

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