Html Css Color HEX #80D062 Mantis

📋 copy color: '#80D062'

red 128 ◦ green 208 ◦ blue 98

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

Shades of Mantis #80D062

Tints of Mantis #80D062

RGB

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

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

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

R = 29.49%
G = 47.93%
B = 22.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#80D062 (or 0x80D062) is known color: Mantis. HEX triplet: 80, D0 and 62. RGB value is (128,208,98). Sum of RGB (Red+Green+Blue) = 128+208+98=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #80D062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D062 is #7F2F9D. Grayscale: #ABABAB. Windows color (decimal): -8335262 or 6475904. OLE color: 6475904.

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

Color convert

RGB 128 208 98 -
CMYK 0.38 0 0.53 0.18
HSL 103.64º 0.54% 0.6% -
HSV(B) 103.64º 0.53% 0.82% -
XYZ 33.66 50.58 19.54 -
YUV 171.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 128 208 98 0.38 0 0.53 0.18 103.64 0.54 0.6
Hex 80 D0 62 26 0 35 12 68 36 3C
Octal 200 320 142 46 0 65 22 150 66 74
Binary 10000000 11010000 1100010 100110 0 110101 10010 1101000 110110 111100

Color Harmonies of #80D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D062

Black with #80D062

Text Example


Text Example

White with #80D062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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