#539812

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

Shades of Limeade #539812

Tints of Limeade #539812

Color information

#539812 (or 0x539812) is unknown color: approx Limeade. HEX triplet: 53, 98 and 12. RGB value is (83,152,18). Sum of RGB (Red+Green+Blue) = 83+152+18=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #539812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539812 is #AC67ED. Grayscale: #747474. Windows color (decimal): -11298798 or 1218643. OLE color: 1218643.

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

Color convert

RGB8315218-
CMYK0.4500.880.40
HSL90.9º78.82%33.33%-
HSV(B)90.9º88.16%59.61%-
XYZ14.924.344.48-
YUV116.0972.64104.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 152 (59.77% from 255) = 60.08%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=32.81%
G=60.08%
B=7.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152180.4500.880.4090.978.8233.33
Hex5398122D058285b4f21
Octal123230225501305013311741
Binary101001110011000100101011010101100010100010110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539812; }

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

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

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

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

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

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

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

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