#508D02

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

Shades of Vida Loca #508D02

Tints of Vida Loca #508D02

Color information

#508D02 (or 0x508D02) is unknown color: approx Vida Loca. HEX triplet: 50, 8D and 02. RGB value is (80,141,2). Sum of RGB (Red+Green+Blue) = 80+141+2=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #508D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508D02 is #AF72FD. Grayscale: #6B6B6B. Windows color (decimal): -11498238 or 167248. OLE color: 167248.

HSL color Cylindrical-coordinate representation of color #508D02: hue angle of 86.33º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #508D02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB801412-
CMYK0.4300.990.45
HSL86.33º97.2%28.04%-
HSV(B)86.33º98.58%55.29%-
XYZ12.8420.763.39-
YUV106.9268.79108.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 141 (55.47% from 255) = 63.23%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=35.87%
G=63.23%
B=0.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8014120.4300.990.4586.3397.228.04
Hex508D22B0632D56611c
Octal12021525301435512614134
Binary10100001000110110101011011000111011011010110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D02; }

 p { color: rgb(80,141,2); }

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

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

 a { background-color: rgb(80,141,2); }

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

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

 span { border-color: rgb(80,141,2); }

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