Html Css Color HEX #80BF62 Mantis

📋 copy color: '#80BF62'

red 128 ◦ green 191 ◦ blue 98

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

Shades of Mantis #80BF62

Tints of Mantis #80BF62

RGB

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

 GREEN value IS 191 (75% from 255) = 45.8%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 30.7%
G = 45.8%
B = 23.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#80BF62 (or 0x80BF62) is known color: Mantis. HEX triplet: 80, BF and 62. RGB value is (128,191,98). Sum of RGB (Red+Green+Blue) = 128+191+98=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF62 is #7F409D. Grayscale: #A1A1A1. Windows color (decimal): -8339614 or 6471552. OLE color: 6471552.

HSL color Cylindrical-coordinate representation of color #80BF62: hue angle of 100.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BF62 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 98 -
CMYK 0.33 0 0.49 0.25
HSL 100.65º 0.42% 0.57% -
HSV(B) 100.65º 0.49% 0.75% -
XYZ 29.74 42.73 18.24 -
YUV 161.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 128 191 98 0.33 0 0.49 0.25 100.65 0.42 0.57
Hex 80 BF 62 21 0 31 19 65 2A 39
Octal 200 277 142 41 0 61 31 145 52 71
Binary 10000000 10111111 1100010 100001 0 110001 11001 1100101 101010 111001

Color Harmonies of #80BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF62

Black with #80BF62

Text Example


Text Example

White with #80BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,98); }

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

background-color css

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

 a { background-color: rgb(128,191,98); }

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

border-color css

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

 span { border-color: rgb(128,191,98); }

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