#519625

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

Shades of Limeade #519625

Tints of Limeade #519625

Color information

#519625 (or 0x519625) is unknown color: approx Limeade. HEX triplet: 51, 96 and 25. RGB value is (81,150,37). Sum of RGB (Red+Green+Blue) = 81+150+37=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #519625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519625 is #AE69DA. Grayscale: #747474. Windows color (decimal): -11430363 or 2463313. OLE color: 2463313.

HSL color Cylindrical-coordinate representation of color #519625: hue angle of 96.64º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #519625 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB8115037-
CMYK0.4600.750.41
HSL96.64º60.43%36.67%-
HSV(B)96.64º75.33%58.82%-
XYZ14.6323.75.55-
YUV116.4983.14102.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 150 (58.98% from 255) = 55.97%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=30.22%
G=55.97%
B=13.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal81150370.4600.750.4196.6460.4336.67
Hex5196252E04B29613c25
Octal12122645560113511417445
Binary101000110010110100101101110010010111010011100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519625; }

 p { color: rgb(81,150,37); }

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

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

 a { background-color: rgb(81,150,37); }

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

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

 span { border-color: rgb(81,150,37); }

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