#518D25

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

Shades of Vida Loca #518D25

Tints of Vida Loca #518D25

Color information

#518D25 (or 0x518D25) is unknown color: approx Vida Loca. HEX triplet: 51, 8D and 25. RGB value is (81,141,37). Sum of RGB (Red+Green+Blue) = 81+141+37=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #518D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518D25 is #AE72DA. Grayscale: #6F6F6F. Windows color (decimal): -11432667 or 2461009. OLE color: 2461009.

HSL color Cylindrical-coordinate representation of color #518D25: hue angle of 94.62º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #518D25 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB8114137-
CMYK0.4300.740.45
HSL94.62º58.43%34.9%-
HSV(B)94.62º73.76%55.29%-
XYZ13.2520.935.09-
YUV111.286.12106.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=31.27%
G=54.44%
B=14.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81141370.4300.740.4594.6258.4334.9
Hex518D252B04A2D5f3a23
Octal12121545530112551377243
Binary101000110001101100101101011010010101011011011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,37); }

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

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

 a { background-color: rgb(81,141,37); }

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

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

 span { border-color: rgb(81,141,37); }

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