#519E13

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

Shades of Limeade #519E13

Tints of Limeade #519E13

Color information

#519E13 (or 0x519E13) is unknown color: approx Limeade. HEX triplet: 51, 9E and 13. RGB value is (81,158,19). Sum of RGB (Red+Green+Blue) = 81+158+19=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #519E13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #519E13 is #AE61EC. Grayscale: #777777. Windows color (decimal): -11428333 or 1285713. OLE color: 1285713.

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

Color convert

RGB8115819-
CMYK0.4900.880.38
HSL93.24º78.53%34.71%-
HSV(B)93.24º87.97%61.96%-
XYZ15.7426.254.85-
YUV119.1371.49100.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 158 (62.11% from 255) = 61.24%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=31.40%
G=61.24%
B=7.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81158190.4900.880.3893.2478.5334.71
Hex519E1331058265d4f23
Octal121236236101304613511743
Binary101000110011110100111100010101100010011010111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,19); }

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

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

 a { background-color: rgb(81,158,19); }

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

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

 span { border-color: rgb(81,158,19); }

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