Html Css Color HEX #80DD5D Mantis

📋 copy color: '#80DD5D'

red 128 ◦ green 221 ◦ blue 93

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

Shades of Mantis #80DD5D

Tints of Mantis #80DD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 28.96%
G = 50%
B = 21.04%

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

#80DD5D (or 0x80DD5D) is known color: Mantis. HEX triplet: 80, DD and 5D. RGB value is (128,221,93). Sum of RGB (Red+Green+Blue) = 128+221+93=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD5D is #7F22A2. Grayscale: #B3B3B3. Windows color (decimal): -8331939 or 6151552. OLE color: 6151552.

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

Color convert

RGB 128 221 93 -
CMYK 0.42 0 0.58 0.13
HSL 103.59º 0.65% 0.62% -
HSV(B) 103.59º 0.58% 0.87% -
XYZ 36.73 57.09 19.44 -
YUV 178.6 79.69 91.91 -
System Red Green Blue C M Y K H S L
Decimal 128 221 93 0.42 0 0.58 0.13 103.59 0.65 0.62
Hex 80 DD 5D 2A 0 3A D 68 41 3E
Octal 200 335 135 52 0 72 15 150 101 76
Binary 10000000 11011101 1011101 101010 0 111010 1101 1101000 1000001 111110

Color Harmonies of #80DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD5D

Black with #80DD5D

Text Example


Text Example

White with #80DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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