Html Css Color HEX #80DE48 Mantis

📋 copy color: '#80DE48'

red 128 ◦ green 222 ◦ blue 72

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

Shades of Mantis #80DE48

Tints of Mantis #80DE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 30.33%
G = 52.61%
B = 17.06%

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

#80DE48 (or 0x80DE48) is known color: Mantis. HEX triplet: 80, DE and 48. RGB value is (128,222,72). Sum of RGB (Red+Green+Blue) = 128+222+72=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #80DE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DE48 is #7F21B7. Grayscale: #B1B1B1. Windows color (decimal): -8331704 or 4775552. OLE color: 4775552.

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

Color convert

RGB 128 222 72 -
CMYK 0.42 0 0.68 0.13
HSL 97.6º 0.69% 0.58% -
HSV(B) 97.6º 0.68% 0.87% -
XYZ 36.19 57.3 15.28 -
YUV 176.79 68.86 93.2 -
System Red Green Blue C M Y K H S L
Decimal 128 222 72 0.42 0 0.68 0.13 97.6 0.69 0.58
Hex 80 DE 48 2A 0 44 D 62 45 3A
Octal 200 336 110 52 0 104 15 142 105 72
Binary 10000000 11011110 1001000 101010 0 1000100 1101 1100010 1000101 111010

Color Harmonies of #80DE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DE48

Black with #80DE48

Text Example


Text Example

White with #80DE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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