#518C14

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

Shades of Vida Loca #518C14

Tints of Vida Loca #518C14

Color information

#518C14 (or 0x518C14) is unknown color: approx Vida Loca. HEX triplet: 51, 8C and 14. RGB value is (81,140,20). Sum of RGB (Red+Green+Blue) = 81+140+20=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #518C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518C14 is #AE73EB. Grayscale: #6D6D6D. Windows color (decimal): -11432940 or 1346641. OLE color: 1346641.

HSL color Cylindrical-coordinate representation of color #518C14: hue angle of 89.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #518C14 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB8114020-
CMYK0.4200.860.45
HSL89.5º75%31.37%-
HSV(B)89.5º85.71%54.9%-
XYZ12.920.563.95-
YUV108.6877.95108.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 140 (55.08% from 255) = 58.09%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=33.61%
G=58.09%
B=8.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81140200.4200.860.4589.57531.37
Hex518C142A0562D5a4b1f
Octal121214245201265513211337
Binary10100011000110010100101010010101101011011011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,140,20); }

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

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

 a { background-color: rgb(81,140,20); }

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

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

 span { border-color: rgb(81,140,20); }

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