Html Css Color HEX #80CE62 Mantis

📋 copy color: '#80CE62'

red 128 ◦ green 206 ◦ blue 98

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

Shades of Mantis #80CE62

Tints of Mantis #80CE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

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

R = 29.63%
G = 47.69%
B = 22.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#80CE62 (or 0x80CE62) is known color: Mantis. HEX triplet: 80, CE and 62. RGB value is (128,206,98). Sum of RGB (Red+Green+Blue) = 128+206+98=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE62 is #7F319D. Grayscale: #AAAAAA. Windows color (decimal): -8335774 or 6475392. OLE color: 6475392.

HSL color Cylindrical-coordinate representation of color #80CE62: hue angle of 103.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80CE62 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 98 -
CMYK 0.38 0 0.52 0.19
HSL 103.33º 0.52% 0.6% -
HSV(B) 103.33º 0.52% 0.81% -
XYZ 33.18 49.61 19.38 -
YUV 170.37 87.16 97.78 -
System Red Green Blue C M Y K H S L
Decimal 128 206 98 0.38 0 0.52 0.19 103.33 0.52 0.6
Hex 80 CE 62 26 0 34 13 67 34 3C
Octal 200 316 142 46 0 64 23 147 64 74
Binary 10000000 11001110 1100010 100110 0 110100 10011 1100111 110100 111100

Color Harmonies of #80CE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE62

Black with #80CE62

Text Example


Text Example

White with #80CE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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