Html Css Color HEX #80BF70 Mantis

📋 copy color: '#80BF70'

red 128 ◦ green 191 ◦ blue 112

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

Shades of Mantis #80BF70

Tints of Mantis #80BF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 29.7%
G = 44.32%
B = 25.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#80BF70 (or 0x80BF70) is known color: Mantis. HEX triplet: 80, BF and 70. RGB value is (128,191,112). Sum of RGB (Red+Green+Blue) = 128+191+112=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF70 is #7F408F. Grayscale: #A3A3A3. Windows color (decimal): -8339600 or 7389056. OLE color: 7389056.

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

Color convert

RGB 128 191 112 -
CMYK 0.33 0 0.41 0.25
HSL 107.85º 0.38% 0.59% -
HSV(B) 107.85º 0.41% 0.75% -
XYZ 30.46 43.02 22.03 -
YUV 163.16 99.13 102.92 -
System Red Green Blue C M Y K H S L
Decimal 128 191 112 0.33 0 0.41 0.25 107.85 0.38 0.59
Hex 80 BF 70 21 0 29 19 6C 26 3B
Octal 200 277 160 41 0 51 31 154 46 73
Binary 10000000 10111111 1110000 100001 0 101001 11001 1101100 100110 111011

Color Harmonies of #80BF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF70

Black with #80BF70

Text Example


Text Example

White with #80BF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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