Html Css Color HEX #508700 Vida Loca

📋 copy color: '#508700'

red 80 ◦ green 135 ◦ blue 0

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

Shades of Vida Loca #508700

Tints of Vida Loca #508700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.79%

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

R = 37.21%
G = 62.79%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#508700 (or 0x508700) is known color: Vida Loca. HEX triplet: 50, 87 and 00. RGB value is (80,135,0). Sum of RGB (Red+Green+Blue) = 80+135+0=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #508700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508700 is #AF78FF. Grayscale: #676767. Windows color (decimal): -11499776 or 34640. OLE color: 34640.

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

Color convert

RGB 80 135 0 -
CMYK 0.41 0 1 0.47
HSL 84.44º 1% 0.26% -
HSV(B) 84.44º 1% 0.53% -
XYZ 11.97 19.03 3.04 -
YUV 103.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 80 135 0 0.41 0 1 0.47 84.44 1 0.26
Hex 50 87 0 29 0 64 2F 54 64 1A
Octal 120 207 0 51 0 144 57 124 144 32
Binary 1010000 10000111 0 101001 0 1100100 101111 1010100 1100100 11010

Color Harmonies of #508700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508700

Black with #508700

Text Example


Text Example

White with #508700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508700; }

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

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

background-color css

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

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

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

border-color css

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

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

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