Html Css Color HEX #80D558 Mantis

📋 copy color: '#80D558'

red 128 ◦ green 213 ◦ blue 88

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

Shades of Mantis #80D558

Tints of Mantis #80D558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 29.84%
G = 49.65%
B = 20.51%

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

#80D558 (or 0x80D558) is known color: Mantis. HEX triplet: 80, D5 and 58. RGB value is (128,213,88). Sum of RGB (Red+Green+Blue) = 128+213+88=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #80D558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D558 is #7F2AA7. Grayscale: #ADADAD. Windows color (decimal): -8333992 or 5821824. OLE color: 5821824.

HSL color Cylindrical-coordinate representation of color #80D558: hue angle of 100.8º degrees, saturation: 0.6, 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 #80D558 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 88 -
CMYK 0.40 0 0.59 0.16
HSL 100.8º 0.6% 0.59% -
HSV(B) 100.8º 0.59% 0.84% -
XYZ 34.46 52.88 17.62 -
YUV 173.34 79.84 95.66 -
System Red Green Blue C M Y K H S L
Decimal 128 213 88 0.40 0 0.59 0.16 100.8 0.6 0.59
Hex 80 D5 58 28 0 3B 10 65 3C 3B
Octal 200 325 130 50 0 73 20 145 74 73
Binary 10000000 11010101 1011000 101000 0 111011 10000 1100101 111100 111011

Color Harmonies of #80D558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D558

Black with #80D558

Text Example


Text Example

White with #80D558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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