#519F25

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

Shades of Limeade #519F25

Tints of Limeade #519F25

Color information

#519F25 (or 0x519F25) is unknown color: approx Limeade. HEX triplet: 51, 9F and 25. RGB value is (81,159,37). Sum of RGB (Red+Green+Blue) = 81+159+37=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #519F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F25 is #AE60DA. Grayscale: #7A7A7A. Windows color (decimal): -11428059 or 2465617. OLE color: 2465617.

HSL color Cylindrical-coordinate representation of color #519F25: hue angle of 98.36º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #519F25 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB8115937-
CMYK0.4900.770.38
HSL98.36º62.24%38.43%-
HSV(B)98.36º76.73%62.35%-
XYZ16.1326.686.05-
YUV121.7780.1698.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=29.24%
G=57.40%
B=13.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159370.4900.770.3898.3662.2438.43
Hex519F253104D26623e26
Octal12123745610115461427646
Binary101000110011111100101110001010011011001101100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519F25; }

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

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

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

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

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

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

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

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