#518701

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

Shades of Vida Loca #518701

Tints of Vida Loca #518701

Color information

#518701 (or 0x518701) is unknown color: approx Vida Loca. HEX triplet: 51, 87 and 01. RGB value is (81,135,1). Sum of RGB (Red+Green+Blue) = 81+135+1=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #518701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518701 is #AE78FE. Grayscale: #686868. Windows color (decimal): -11434239 or 100177. OLE color: 100177.

HSL color Cylindrical-coordinate representation of color #518701: hue angle of 84.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #518701 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB811351-
CMYK0.4000.990.47
HSL84.18º98.53%26.67%-
HSV(B)84.18º99.26%52.94%-
XYZ12.0619.083.08-
YUV103.5870.11111.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 135 (53.12% from 255) = 62.21%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=37.33%
G=62.21%
B=0.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8113510.4000.990.4784.1898.5326.67
Hex51871280632F54631b
Octal12120715001435712414333
Binary1010001100001111101000011000111011111010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518701; }

 p { color: rgb(81,135,1); }

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

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

 a { background-color: rgb(81,135,1); }

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

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

 span { border-color: rgb(81,135,1); }

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