#519521

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

Shades of Limeade #519521

Tints of Limeade #519521

Color information

#519521 (or 0x519521) is unknown color: approx Limeade. HEX triplet: 51, 95 and 21. RGB value is (81,149,33). Sum of RGB (Red+Green+Blue) = 81+149+33=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #519521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519521 is #AE6ADE. Grayscale: #737373. Windows color (decimal): -11430623 or 2200913. OLE color: 2200913.

HSL color Cylindrical-coordinate representation of color #519521: hue angle of 95.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #519521 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB8114933-
CMYK0.4600.780.42
HSL95.17º63.74%35.69%-
HSV(B)95.17º77.85%58.43%-
XYZ14.4223.355.19-
YUV115.4481.47103.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=30.80%
G=56.65%
B=12.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149330.4600.780.4295.1763.7435.69
Hex5195212E04E2A5f4024
Octal121225415601165213710044
Binary1010001100101011000011011100100111010101010111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519521; }

 p { color: rgb(81,149,33); }

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

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

 a { background-color: rgb(81,149,33); }

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

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

 span { border-color: rgb(81,149,33); }

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