Html Css Color HEX #80C451 Mantis

📋 copy color: '#80C451'

red 128 ◦ green 196 ◦ blue 81

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

Shades of Mantis #80C451

Tints of Mantis #80C451

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.4%

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

R = 31.6%
G = 48.4%
B = 20%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#80C451 (or 0x80C451) is known color: Mantis. HEX triplet: 80, C4 and 51. RGB value is (128,196,81). Sum of RGB (Red+Green+Blue) = 128+196+81=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #80C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C451 is #7F3BAE. Grayscale: #A2A2A2. Windows color (decimal): -8338351 or 5358720. OLE color: 5358720.

HSL color Cylindrical-coordinate representation of color #80C451: hue angle of 95.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C451 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 81 -
CMYK 0.35 0 0.59 0.23
HSL 95.48º 0.49% 0.54% -
HSV(B) 95.48º 0.59% 0.77% -
XYZ 30.13 44.66 14.82 -
YUV 162.56 81.97 103.35 -
System Red Green Blue C M Y K H S L
Decimal 128 196 81 0.35 0 0.59 0.23 95.48 0.49 0.54
Hex 80 C4 51 23 0 3B 17 5F 31 36
Octal 200 304 121 43 0 73 27 137 61 66
Binary 10000000 11000100 1010001 100011 0 111011 10111 1011111 110001 110110

Color Harmonies of #80C451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C451

Black with #80C451

Text Example


Text Example

White with #80C451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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