#518E15

Color #518E15 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #518E15

Tints of Vida Loca #518E15

Color information

#518E15 (or 0x518E15) is unknown color: approx Vida Loca. HEX triplet: 51, 8E and 15. RGB value is (81,142,21). Sum of RGB (Red+Green+Blue) = 81+142+21=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #518E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518E15 is #AE71EA. Grayscale: #6E6E6E. Windows color (decimal): -11432427 or 1412689. OLE color: 1412689.

HSL color Cylindrical-coordinate representation of color #518E15: hue angle of 90.25º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #518E15 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB8114221-
CMYK0.4300.850.44
HSL90.25º74.23%31.96%-
HSV(B)90.25º85.21%55.69%-
XYZ13.221.154.1-
YUV109.9777.79107.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 142 (55.86% from 255) = 58.20%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=33.20%
G=58.20%
B=8.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81142210.4300.850.4490.2574.2331.96
Hex518E152B0552C5a4a20
Octal121216255301255413211240
Binary101000110001110101011010110101010110110010110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518E15; }

 p { color: rgb(81,142,21); }

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

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

 a { background-color: rgb(81,142,21); }

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

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

 span { border-color: rgb(81,142,21); }

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