#539415

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

Shades of Limeade #539415

Tints of Limeade #539415

Color information

#539415 (or 0x539415) is unknown color: approx Limeade. HEX triplet: 53, 94 and 15. RGB value is (83,148,21). Sum of RGB (Red+Green+Blue) = 83+148+21=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #539415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539415 is #AC6BEA. Grayscale: #727272. Windows color (decimal): -11299819 or 1414227. OLE color: 1414227.

HSL color Cylindrical-coordinate representation of color #539415: hue angle of 90.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #539415 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB8314821-
CMYK0.4400.860.42
HSL90.71º75.15%33.14%-
HSV(B)90.71º85.81%58.04%-
XYZ14.2923.074.41-
YUV114.0975.47105.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 148 (58.20% from 255) = 58.73%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=32.94%
G=58.73%
B=8.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148210.4400.860.4290.7175.1533.14
Hex5394152C0562A5b4b21
Octal123224255401265213311341
Binary101001110010100101011011000101011010101010110111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539415; }

 p { color: rgb(83,148,21); }

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

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

 a { background-color: rgb(83,148,21); }

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

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

 span { border-color: rgb(83,148,21); }

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