Html Css Color HEX #508500 Vida Loca

📋 copy color: '#508500'

red 80 ◦ green 133 ◦ blue 0

#508500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #508500

Tints of Vida Loca #508500

RGB

 RED value IS 80 (31.64% from 255) = 37.56%

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.56%
G = 62.44%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#508500 (or 0x508500) is known color: Vida Loca. HEX triplet: 50, 85 and 00. RGB value is (80,133,0). Sum of RGB (Red+Green+Blue) = 80+133+0=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #508500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508500 is #AF7AFF. Grayscale: #666666. Windows color (decimal): -11500288 or 34128. OLE color: 34128.

HSL color Cylindrical-coordinate representation of color #508500: hue angle of 83.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #508500 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 0 -
CMYK 0.40 0 1 0.48
HSL 83.91º 1% 0.26% -
HSV(B) 83.91º 1% 0.52% -
XYZ 11.7 18.48 2.95 -
YUV 101.99 70.44 112.31 -
System Red Green Blue C M Y K H S L
Decimal 80 133 0 0.40 0 1 0.48 83.91 1 0.26
Hex 50 85 0 28 0 64 30 54 64 1A
Octal 120 205 0 50 0 144 60 124 144 32
Binary 1010000 10000101 0 101000 0 1100100 110000 1010100 1100100 11010

Color Harmonies of #508500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508500

Black with #508500

Text Example


Text Example

White with #508500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508500; }

 p { color: rgb(80,133,0); }

 H1.HeaderClassName
 {
   color: #508500;
 }
 .AnyTagClassName
 {
   color: #508500;
 }
</style>

background-color css

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

 a { background-color: rgb(80,133,0); }

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

border-color css

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

 span { border-color: rgb(80,133,0); }

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