Html Css Color HEX #80BF67 Mantis

📋 copy color: '#80BF67'

red 128 ◦ green 191 ◦ blue 103

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

Shades of Mantis #80BF67

Tints of Mantis #80BF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.41%

R = 30.33%
G = 45.26%
B = 24.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#80BF67 (or 0x80BF67) is known color: Mantis. HEX triplet: 80, BF and 67. RGB value is (128,191,103). Sum of RGB (Red+Green+Blue) = 128+191+103=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BF67 is #7F4098. Grayscale: #A2A2A2. Windows color (decimal): -8339609 or 6799232. OLE color: 6799232.

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

Color convert

RGB 128 191 103 -
CMYK 0.33 0 0.46 0.25
HSL 102.95º 0.41% 0.58% -
HSV(B) 102.95º 0.46% 0.75% -
XYZ 29.98 42.83 19.52 -
YUV 162.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 128 191 103 0.33 0 0.46 0.25 102.95 0.41 0.58
Hex 80 BF 67 21 0 2E 19 67 29 3A
Octal 200 277 147 41 0 56 31 147 51 72
Binary 10000000 10111111 1100111 100001 0 101110 11001 1100111 101001 111010

Color Harmonies of #80BF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF67

Black with #80BF67

Text Example


Text Example

White with #80BF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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