Html Css Color HEX #80DD47 Mantis

📋 copy color: '#80DD47'

red 128 ◦ green 221 ◦ blue 71

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

Shades of Mantis #80DD47

Tints of Mantis #80DD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.62%

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

R = 30.48%
G = 52.62%
B = 16.9%

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

#80DD47 (or 0x80DD47) is known color: Mantis. HEX triplet: 80, DD and 47. RGB value is (128,221,71). Sum of RGB (Red+Green+Blue) = 128+221+71=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD47 is #7F22B8. Grayscale: #B0B0B0. Windows color (decimal): -8331961 or 4709760. OLE color: 4709760.

HSL color Cylindrical-coordinate representation of color #80DD47: hue angle of 97.2º degrees, saturation: 0.69, 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 #80DD47 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 71 -
CMYK 0.42 0 0.68 0.13
HSL 97.2º 0.69% 0.57% -
HSV(B) 97.2º 0.68% 0.87% -
XYZ 35.9 56.76 15.02 -
YUV 176.09 68.69 93.7 -
System Red Green Blue C M Y K H S L
Decimal 128 221 71 0.42 0 0.68 0.13 97.2 0.69 0.57
Hex 80 DD 47 2A 0 44 D 61 45 39
Octal 200 335 107 52 0 104 15 141 105 71
Binary 10000000 11011101 1000111 101010 0 1000100 1101 1100001 1000101 111001

Color Harmonies of #80DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD47

Black with #80DD47

Text Example


Text Example

White with #80DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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