#518E00

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

Shades of Vida Loca #518E00

Tints of Vida Loca #518E00

Color information

#518E00 (or 0x518E00) is unknown color: approx Vida Loca. HEX triplet: 51, 8E and 00. RGB value is (81,142,0). Sum of RGB (Red+Green+Blue) = 81+142+0=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #518E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518E00 is #AE71FF. Grayscale: #6C6C6C. Windows color (decimal): -11432448 or 36433. OLE color: 36433.

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

Color convert

RGB811420-
CMYK0.43010.44
HSL85.77º100%27.84%-
HSV(B)85.77º100%55.69%-
XYZ13.0721.13.38-
YUV107.5767.29109.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 142 (55.86% from 255) = 63.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.32%
G=63.68%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8114200.43010.4485.7710027.84
Hex518E02B0642C56641c
Octal12121605301445412614434
Binary1010001100011100101011011001001011001010110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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