#508E02

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

Shades of Vida Loca #508E02

Tints of Vida Loca #508E02

Color information

#508E02 (or 0x508E02) is unknown color: approx Vida Loca. HEX triplet: 50, 8E and 02. RGB value is (80,142,2). Sum of RGB (Red+Green+Blue) = 80+142+2=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #508E02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508E02 is #AF71FD. Grayscale: #6C6C6C. Windows color (decimal): -11497982 or 167504. OLE color: 167504.

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

Color convert

RGB801422-
CMYK0.4400.990.44
HSL86.57º97.22%28.24%-
HSV(B)86.57º98.59%55.69%-
XYZ12.9921.063.44-
YUV107.568.46108.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 142 (55.86% from 255) = 63.39%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=35.71%
G=63.39%
B=0.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8014220.4400.990.4486.5797.2228.24
Hex508E22C0632C57611c
Octal12021625401435412714134
Binary10100001000111010101100011000111011001010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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