Html Css Color HEX #80B515 Lima

📋 copy color: '#80B515'

red 128 ◦ green 181 ◦ blue 21

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

Shades of Lima #80B515

Tints of Lima #80B515

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

 GREEN value IS 181 (71.09% from 255) = 54.85%

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

R = 38.79%
G = 54.85%
B = 6.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#80B515 (or 0x80B515) is known color: Lima. HEX triplet: 80, B5 and 15. RGB value is (128,181,21). Sum of RGB (Red+Green+Blue) = 128+181+21=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #80B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B515 is #7F4AEA. Grayscale: #939393. Windows color (decimal): -8342251 or 1422720. OLE color: 1422720.

HSL color Cylindrical-coordinate representation of color #80B515: hue angle of 79.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80B515 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 21 -
CMYK 0.29 0 0.88 0.29
HSL 79.88º 0.79% 0.4% -
HSV(B) 79.88º 0.88% 0.71% -
XYZ 25.56 37.69 6.64 -
YUV 146.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 128 181 21 0.29 0 0.88 0.29 79.88 0.79 0.4
Hex 80 B5 15 1D 0 58 1D 50 4F 28
Octal 200 265 25 35 0 130 35 120 117 50
Binary 10000000 10110101 10101 11101 0 1011000 11101 1010000 1001111 101000

Color Harmonies of #80B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B515

Black with #80B515

Text Example


Text Example

White with #80B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B515; }

 p { color: rgb(128,181,21); }

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

background-color css

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

 a { background-color: rgb(128,181,21); }

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

border-color css

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

 span { border-color: rgb(128,181,21); }

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