Html Css Color HEX #508715 Vida Loca

📋 copy color: '#508715'

red 80 ◦ green 135 ◦ blue 21

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

Shades of Vida Loca #508715

Tints of Vida Loca #508715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 33.9%
G = 57.2%
B = 8.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#508715 (or 0x508715) is known color: Vida Loca. HEX triplet: 50, 87 and 15. RGB value is (80,135,21). Sum of RGB (Red+Green+Blue) = 80+135+21=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #508715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508715 is #AF78EA. Grayscale: #696969. Windows color (decimal): -11499755 or 1410896. OLE color: 1410896.

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

Color convert

RGB 80 135 21 -
CMYK 0.41 0 0.84 0.47
HSL 88.95º 0.73% 0.31% -
HSV(B) 88.95º 0.84% 0.53% -
XYZ 12.11 19.09 3.76 -
YUV 105.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 80 135 21 0.41 0 0.84 0.47 88.95 0.73 0.31
Hex 50 87 15 29 0 54 2F 59 49 1F
Octal 120 207 25 51 0 124 57 131 111 37
Binary 1010000 10000111 10101 101001 0 1010100 101111 1011001 1001001 11111

Color Harmonies of #508715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508715

Black with #508715

Text Example


Text Example

White with #508715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508715; }

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

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

background-color css

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

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

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

border-color css

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

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

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