Html Css Color HEX #80CE58 Mantis

📋 copy color: '#80CE58'

red 128 ◦ green 206 ◦ blue 88

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

Shades of Mantis #80CE58

Tints of Mantis #80CE58

RGB

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

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

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

R = 30.33%
G = 48.82%
B = 20.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#80CE58 (or 0x80CE58) is known color: Mantis. HEX triplet: 80, CE and 58. RGB value is (128,206,88). Sum of RGB (Red+Green+Blue) = 128+206+88=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE58 is #7F31A7. Grayscale: #A9A9A9. Windows color (decimal): -8335784 or 5820032. OLE color: 5820032.

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

Color convert

RGB 128 206 88 -
CMYK 0.38 0 0.57 0.19
HSL 99.66º 0.55% 0.58% -
HSV(B) 99.66º 0.57% 0.81% -
XYZ 32.73 49.44 17.05 -
YUV 169.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 128 206 88 0.38 0 0.57 0.19 99.66 0.55 0.58
Hex 80 CE 58 26 0 39 13 64 37 3A
Octal 200 316 130 46 0 71 23 144 67 72
Binary 10000000 11001110 1011000 100110 0 111001 10011 1100100 110111 111010

Color Harmonies of #80CE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE58

Black with #80CE58

Text Example


Text Example

White with #80CE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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