Html Css Color HEX #80BE67 Mantis

📋 copy color: '#80BE67'

red 128 ◦ green 190 ◦ blue 103

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

Shades of Mantis #80BE67

Tints of Mantis #80BE67

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.13%

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

R = 30.4%
G = 45.13%
B = 24.47%

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

#80BE67 (or 0x80BE67) is known color: Mantis. HEX triplet: 80, BE and 67. RGB value is (128,190,103). Sum of RGB (Red+Green+Blue) = 128+190+103=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE67 is #7F4198. Grayscale: #A1A1A1. Windows color (decimal): -8339865 or 6798976. OLE color: 6798976.

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

Color convert

RGB 128 190 103 -
CMYK 0.33 0 0.46 0.25
HSL 102.76º 0.4% 0.57% -
HSV(B) 102.76º 0.46% 0.75% -
XYZ 29.76 42.4 19.45 -
YUV 161.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 128 190 103 0.33 0 0.46 0.25 102.76 0.4 0.57
Hex 80 BE 67 21 0 2E 19 67 28 39
Octal 200 276 147 41 0 56 31 147 50 71
Binary 10000000 10111110 1100111 100001 0 101110 11001 1100111 101000 111001

Color Harmonies of #80BE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE67

Black with #80BE67

Text Example


Text Example

White with #80BE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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