#518900

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

Shades of Vida Loca #518900

Tints of Vida Loca #518900

Color information

#518900 (or 0x518900) is unknown color: approx Vida Loca. HEX triplet: 51, 89 and 00. RGB value is (81,137,0). Sum of RGB (Red+Green+Blue) = 81+137+0=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #518900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518900 is #AE76FF. Grayscale: #696969. Windows color (decimal): -11433728 or 35153. OLE color: 35153.

HSL color Cylindrical-coordinate representation of color #518900: hue angle of 84.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #518900 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB811370-
CMYK0.41010.46
HSL84.53º100%26.86%-
HSV(B)84.53º100%53.73%-
XYZ12.3419.643.14-
YUV104.6468.95111.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 137 (53.91% from 255) = 62.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.16%
G=62.84%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8113700.41010.4684.5310026.86
Hex51890290642E55641b
Octal12121105101445612514433
Binary1010001100010010101001011001001011101010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518900; }

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

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

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

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

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

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

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

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