Html Css Color HEX #80B211 Lima

📋 copy color: '#80B211'

red 128 ◦ green 178 ◦ blue 17

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

Shades of Lima #80B211

Tints of Lima #80B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.11%

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

R = 39.63%
G = 55.11%
B = 5.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#80B211 (or 0x80B211) is known color: Lima. HEX triplet: 80, B2 and 11. RGB value is (128,178,17). Sum of RGB (Red+Green+Blue) = 128+178+17=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #80B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B211 is #7F4DEE. Grayscale: #919191. Windows color (decimal): -8343023 or 1159808. OLE color: 1159808.

HSL color Cylindrical-coordinate representation of color #80B211: hue angle of 78.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B211 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 17 -
CMYK 0.28 0 0.90 0.30
HSL 78.63º 0.83% 0.38% -
HSV(B) 78.63º 0.9% 0.7% -
XYZ 24.92 36.47 6.26 -
YUV 144.7 55.94 116.09 -
System Red Green Blue C M Y K H S L
Decimal 128 178 17 0.28 0 0.90 0.30 78.63 0.83 0.38
Hex 80 B2 11 1C 0 5A 1E 4F 53 26
Octal 200 262 21 34 0 132 36 117 123 46
Binary 10000000 10110010 10001 11100 0 1011010 11110 1001111 1010011 100110

Color Harmonies of #80B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B211

Black with #80B211

Text Example


Text Example

White with #80B211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,17); }

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

background-color css

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

 a { background-color: rgb(128,178,17); }

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

border-color css

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

 span { border-color: rgb(128,178,17); }

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