Html Css Color HEX #80DE47 Mantis

📋 copy color: '#80DE47'

red 128 ◦ green 222 ◦ blue 71

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

Shades of Mantis #80DE47

Tints of Mantis #80DE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 30.4%
G = 52.73%
B = 16.86%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#80DE47 (or 0x80DE47) is known color: Mantis. HEX triplet: 80, DE and 47. RGB value is (128,222,71). Sum of RGB (Red+Green+Blue) = 128+222+71=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DE47 is #7F21B8. Grayscale: #B1B1B1. Windows color (decimal): -8331705 or 4710016. OLE color: 4710016.

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

Color convert

RGB 128 222 71 -
CMYK 0.42 0 0.68 0.13
HSL 97.35º 0.7% 0.57% -
HSV(B) 97.35º 0.68% 0.87% -
XYZ 36.16 57.29 15.11 -
YUV 176.68 68.36 93.28 -
System Red Green Blue C M Y K H S L
Decimal 128 222 71 0.42 0 0.68 0.13 97.35 0.7 0.57
Hex 80 DE 47 2A 0 44 D 61 46 39
Octal 200 336 107 52 0 104 15 141 106 71
Binary 10000000 11011110 1000111 101010 0 1000100 1101 1100001 1000110 111001

Color Harmonies of #80DE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE47

Black with #80DE47

Text Example


Text Example

White with #80DE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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