Html Css Color HEX #508701 Vida Loca

📋 copy color: '#508701'

red 80 ◦ green 135 ◦ blue 1

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

Shades of Vida Loca #508701

Tints of Vida Loca #508701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 37.04%
G = 62.5%
B = 0.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#508701 (or 0x508701) is known color: Vida Loca. HEX triplet: 50, 87 and 01. RGB value is (80,135,1). Sum of RGB (Red+Green+Blue) = 80+135+1=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #508701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508701 is #AF78FE. Grayscale: #676767. Windows color (decimal): -11499775 or 100176. OLE color: 100176.

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

Color convert

RGB 80 135 1 -
CMYK 0.41 0 0.99 0.47
HSL 84.63º 0.99% 0.27% -
HSV(B) 84.63º 0.99% 0.53% -
XYZ 11.98 19.04 3.07 -
YUV 103.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 80 135 1 0.41 0 0.99 0.47 84.63 0.99 0.27
Hex 50 87 1 29 0 63 2F 55 63 1B
Octal 120 207 1 51 0 143 57 125 143 33
Binary 1010000 10000111 1 101001 0 1100011 101111 1010101 1100011 11011

Color Harmonies of #508701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508701

Black with #508701

Text Example


Text Example

White with #508701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508701; }

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

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

background-color css

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

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

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

border-color css

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

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

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