#508004

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

Shades of Vida Loca #508004

Tints of Vida Loca #508004

Color information

#508004 (or 0x508004) is unknown color: approx Vida Loca. HEX triplet: 50, 80 and 04. RGB value is (80,128,4). Sum of RGB (Red+Green+Blue) = 80+128+4=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #508004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508004 is #AF7FFB. Grayscale: #636363. Windows color (decimal): -11501564 or 294992. OLE color: 294992.

HSL color Cylindrical-coordinate representation of color #508004: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #508004 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB801284-
CMYK0.3800.970.50
HSL83.23º93.94%25.88%-
HSV(B)83.23º96.88%50.2%-
XYZ11.0517.152.84-
YUV99.5174.1114.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 128 (50.39% from 255) = 60.38%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=37.74%
G=60.38%
B=1.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8012840.3800.970.5083.2393.9425.88
Hex508042606132535e1a
Octal12020044601416212313632
Binary101000010000000100100110011000011100101010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508004; }

 p { color: rgb(80,128,4); }

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

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

 a { background-color: rgb(80,128,4); }

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

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

 span { border-color: rgb(80,128,4); }

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