Html Css Color HEX #508B15 Vida Loca

📋 copy color: '#508B15'

red 80 ◦ green 139 ◦ blue 21

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

Shades of Vida Loca #508B15

Tints of Vida Loca #508B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.92%

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

R = 33.33%
G = 57.92%
B = 8.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#508B15 (or 0x508B15) is known color: Vida Loca. HEX triplet: 50, 8B and 15. RGB value is (80,139,21). Sum of RGB (Red+Green+Blue) = 80+139+21=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #508B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B15 is #AF74EA. Grayscale: #6C6C6C. Windows color (decimal): -11498731 or 1411920. OLE color: 1411920.

HSL color Cylindrical-coordinate representation of color #508B15: hue angle of 90º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #508B15 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 21 -
CMYK 0.42 0 0.85 0.45
HSL 90º 0.74% 0.31% -
HSV(B) 90º 0.85% 0.55% -
XYZ 12.68 20.22 3.95 -
YUV 107.91 78.95 108.09 -
System Red Green Blue C M Y K H S L
Decimal 80 139 21 0.42 0 0.85 0.45 90 0.74 0.31
Hex 50 8B 15 2A 0 55 2D 5A 4A 1F
Octal 120 213 25 52 0 125 55 132 112 37
Binary 1010000 10001011 10101 101010 0 1010101 101101 1011010 1001010 11111

Color Harmonies of #508B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B15

Black with #508B15

Text Example


Text Example

White with #508B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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