Html Css Color HEX #80DD51 Mantis

📋 copy color: '#80DD51'

red 128 ◦ green 221 ◦ blue 81

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

Shades of Mantis #80DD51

Tints of Mantis #80DD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 29.77%
G = 51.4%
B = 18.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#80DD51 (or 0x80DD51) is known color: Mantis. HEX triplet: 80, DD and 51. RGB value is (128,221,81). Sum of RGB (Red+Green+Blue) = 128+221+81=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD51 is #7F22AE. Grayscale: #B1B1B1. Windows color (decimal): -8331951 or 5365120. OLE color: 5365120.

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

Color convert

RGB 128 221 81 -
CMYK 0.42 0 0.63 0.13
HSL 99.86º 0.67% 0.59% -
HSV(B) 99.86º 0.63% 0.87% -
XYZ 36.24 56.9 16.86 -
YUV 177.23 73.69 92.88 -
System Red Green Blue C M Y K H S L
Decimal 128 221 81 0.42 0 0.63 0.13 99.86 0.67 0.59
Hex 80 DD 51 2A 0 3F D 64 43 3B
Octal 200 335 121 52 0 77 15 144 103 73
Binary 10000000 11011101 1010001 101010 0 111111 1101 1100100 1000011 111011

Color Harmonies of #80DD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD51

Black with #80DD51

Text Example


Text Example

White with #80DD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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