Html Css Color HEX #80BC51 Mantis

📋 copy color: '#80BC51'

red 128 ◦ green 188 ◦ blue 81

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

Shades of Mantis #80BC51

Tints of Mantis #80BC51

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

 BLUE value IS 81 (32.03% from 255) = 20.4%

R = 32.24%
G = 47.36%
B = 20.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#80BC51 (or 0x80BC51) is known color: Mantis. HEX triplet: 80, BC and 51. RGB value is (128,188,81). Sum of RGB (Red+Green+Blue) = 128+188+81=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC51 is #7F43AE. Grayscale: #9E9E9E. Windows color (decimal): -8340399 or 5356672. OLE color: 5356672.

HSL color Cylindrical-coordinate representation of color #80BC51: hue angle of 93.64º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80BC51 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 81 -
CMYK 0.32 0 0.57 0.26
HSL 93.64º 0.44% 0.53% -
HSV(B) 93.64º 0.57% 0.74% -
XYZ 28.37 41.15 14.23 -
YUV 157.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 128 188 81 0.32 0 0.57 0.26 93.64 0.44 0.53
Hex 80 BC 51 20 0 39 1A 5E 2C 35
Octal 200 274 121 40 0 71 32 136 54 65
Binary 10000000 10111100 1010001 100000 0 111001 11010 1011110 101100 110101

Color Harmonies of #80BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC51

Black with #80BC51

Text Example


Text Example

White with #80BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,81); }

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

background-color css

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

 a { background-color: rgb(128,188,81); }

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

border-color css

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

 span { border-color: rgb(128,188,81); }

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