Html Css Color HEX #80D06B Mantis

📋 copy color: '#80D06B'

red 128 ◦ green 208 ◦ blue 107

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

Shades of Mantis #80D06B

Tints of Mantis #80D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.95%

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 28.89%
G = 46.95%
B = 24.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#80D06B (or 0x80D06B) is known color: Mantis. HEX triplet: 80, D0 and 6B. RGB value is (128,208,107). Sum of RGB (Red+Green+Blue) = 128+208+107=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #80D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D06B is #7F2F94. Grayscale: #ACACAC. Windows color (decimal): -8335253 or 7065728. OLE color: 7065728.

HSL color Cylindrical-coordinate representation of color #80D06B: hue angle of 107.52º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D06B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 107 -
CMYK 0.38 0 0.49 0.18
HSL 107.52º 0.52% 0.62% -
HSV(B) 107.52º 0.49% 0.82% -
XYZ 34.11 50.76 21.91 -
YUV 172.57 91 96.21 -
System Red Green Blue C M Y K H S L
Decimal 128 208 107 0.38 0 0.49 0.18 107.52 0.52 0.62
Hex 80 D0 6B 26 0 31 12 6C 34 3E
Octal 200 320 153 46 0 61 22 154 64 76
Binary 10000000 11010000 1101011 100110 0 110001 10010 1101100 110100 111110

Color Harmonies of #80D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D06B

Black with #80D06B

Text Example


Text Example

White with #80D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,107); }

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

background-color css

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

 a { background-color: rgb(128,208,107); }

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

border-color css

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

 span { border-color: rgb(128,208,107); }

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