Html Css Color HEX #80C062 Mantis

📋 copy color: '#80C062'

red 128 ◦ green 192 ◦ blue 98

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

Shades of Mantis #80C062

Tints of Mantis #80C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

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

R = 30.62%
G = 45.93%
B = 23.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#80C062 (or 0x80C062) is known color: Mantis. HEX triplet: 80, C0 and 62. RGB value is (128,192,98). Sum of RGB (Red+Green+Blue) = 128+192+98=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #80C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C062 is #7F3F9D. Grayscale: #A2A2A2. Windows color (decimal): -8339358 or 6471808. OLE color: 6471808.

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

Color convert

RGB 128 192 98 -
CMYK 0.33 0 0.49 0.25
HSL 100.85º 0.43% 0.57% -
HSV(B) 100.85º 0.49% 0.75% -
XYZ 29.96 43.17 18.31 -
YUV 162.15 91.8 103.64 -
System Red Green Blue C M Y K H S L
Decimal 128 192 98 0.33 0 0.49 0.25 100.85 0.43 0.57
Hex 80 C0 62 21 0 31 19 65 2B 39
Octal 200 300 142 41 0 61 31 145 53 71
Binary 10000000 11000000 1100010 100001 0 110001 11001 1100101 101011 111001

Color Harmonies of #80C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C062

Black with #80C062

Text Example


Text Example

White with #80C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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