Html Css Color HEX #80DE5E Mantis

📋 copy color: '#80DE5E'

red 128 ◦ green 222 ◦ blue 94

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

Shades of Mantis #80DE5E

Tints of Mantis #80DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

 BLUE value IS 94 (37.11% from 255) = 21.17%

R = 28.83%
G = 50%
B = 21.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#80DE5E (or 0x80DE5E) is known color: Mantis. HEX triplet: 80, DE and 5E. RGB value is (128,222,94). Sum of RGB (Red+Green+Blue) = 128+222+94=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DE5E is #7F21A1. Grayscale: #B3B3B3. Windows color (decimal): -8331682 or 6217344. OLE color: 6217344.

HSL color Cylindrical-coordinate representation of color #80DE5E: hue angle of 104.06º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80DE5E is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 222 94 -
CMYK 0.42 0 0.58 0.13
HSL 104.06º 0.66% 0.62% -
HSV(B) 104.06º 0.58% 0.87% -
XYZ 37.04 57.64 19.76 -
YUV 179.3 79.86 91.41 -
System Red Green Blue C M Y K H S L
Decimal 128 222 94 0.42 0 0.58 0.13 104.06 0.66 0.62
Hex 80 DE 5E 2A 0 3A D 68 42 3E
Octal 200 336 136 52 0 72 15 150 102 76
Binary 10000000 11011110 1011110 101010 0 111010 1101 1101000 1000010 111110

Color Harmonies of #80DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE5E

Black with #80DE5E

Text Example


Text Example

White with #80DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,222,94); }

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

background-color css

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

 a { background-color: rgb(128,222,94); }

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

border-color css

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

 span { border-color: rgb(128,222,94); }

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