Html Css Color HEX #80D758 Mantis

📋 copy color: '#80D758'

red 128 ◦ green 215 ◦ blue 88

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

Shades of Mantis #80D758

Tints of Mantis #80D758

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 88 (34.77% from 255) = 20.42%

R = 29.7%
G = 49.88%
B = 20.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#80D758 (or 0x80D758) is known color: Mantis. HEX triplet: 80, D7 and 58. RGB value is (128,215,88). Sum of RGB (Red+Green+Blue) = 128+215+88=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #80D758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D758 is #7F28A7. Grayscale: #AEAEAE. Windows color (decimal): -8333480 or 5822336. OLE color: 5822336.

HSL color Cylindrical-coordinate representation of color #80D758: hue angle of 101.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80D758 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 88 -
CMYK 0.40 0 0.59 0.16
HSL 101.1º 0.61% 0.59% -
HSV(B) 101.1º 0.59% 0.84% -
XYZ 34.96 53.89 17.79 -
YUV 174.51 79.18 94.83 -
System Red Green Blue C M Y K H S L
Decimal 128 215 88 0.40 0 0.59 0.16 101.1 0.61 0.59
Hex 80 D7 58 28 0 3B 10 65 3D 3B
Octal 200 327 130 50 0 73 20 145 75 73
Binary 10000000 11010111 1011000 101000 0 111011 10000 1100101 111101 111011

Color Harmonies of #80D758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D758

Black with #80D758

Text Example


Text Example

White with #80D758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,88); }

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

background-color css

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

 a { background-color: rgb(128,215,88); }

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

border-color css

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

 span { border-color: rgb(128,215,88); }

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