Html Css Color HEX #80DD45 Mantis

📋 copy color: '#80DD45'

red 128 ◦ green 221 ◦ blue 69

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

Shades of Mantis #80DD45

Tints of Mantis #80DD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.51%

R = 30.62%
G = 52.87%
B = 16.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#80DD45 (or 0x80DD45) is known color: Mantis. HEX triplet: 80, DD and 45. RGB value is (128,221,69). Sum of RGB (Red+Green+Blue) = 128+221+69=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD45 is #7F22BA. Grayscale: #B0B0B0. Windows color (decimal): -8331963 or 4578688. OLE color: 4578688.

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

Color convert

RGB 128 221 69 -
CMYK 0.42 0 0.69 0.13
HSL 96.71º 0.69% 0.57% -
HSV(B) 96.71º 0.69% 0.87% -
XYZ 35.83 56.73 14.69 -
YUV 175.87 67.69 93.86 -
System Red Green Blue C M Y K H S L
Decimal 128 221 69 0.42 0 0.69 0.13 96.71 0.69 0.57
Hex 80 DD 45 2A 0 45 D 61 45 39
Octal 200 335 105 52 0 105 15 141 105 71
Binary 10000000 11011101 1000101 101010 0 1000101 1101 1100001 1000101 111001

Color Harmonies of #80DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD45

Black with #80DD45

Text Example


Text Example

White with #80DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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