Html Css Color HEX #508711 Vida Loca

📋 copy color: '#508711'

red 80 ◦ green 135 ◦ blue 17

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

Shades of Vida Loca #508711

Tints of Vida Loca #508711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 34.48%
G = 58.19%
B = 7.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#508711 (or 0x508711) is known color: Vida Loca. HEX triplet: 50, 87 and 11. RGB value is (80,135,17). Sum of RGB (Red+Green+Blue) = 80+135+17=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #508711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508711 is #AF78EE. Grayscale: #696969. Windows color (decimal): -11499759 or 1148752. OLE color: 1148752.

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

Color convert

RGB 80 135 17 -
CMYK 0.41 0 0.87 0.47
HSL 87.97º 0.78% 0.3% -
HSV(B) 87.97º 0.87% 0.53% -
XYZ 12.07 19.07 3.58 -
YUV 105.1 78.28 110.09 -
System Red Green Blue C M Y K H S L
Decimal 80 135 17 0.41 0 0.87 0.47 87.97 0.78 0.3
Hex 50 87 11 29 0 57 2F 58 4E 1E
Octal 120 207 21 51 0 127 57 130 116 36
Binary 1010000 10000111 10001 101001 0 1010111 101111 1011000 1001110 11110

Color Harmonies of #508711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508711

Black with #508711

Text Example


Text Example

White with #508711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508711; }

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

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

background-color css

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

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

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

border-color css

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

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

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