Html Css Color HEX #80D848 Mantis

📋 copy color: '#80D848'

red 128 ◦ green 216 ◦ blue 72

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

Shades of Mantis #80D848

Tints of Mantis #80D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.92%

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

R = 30.77%
G = 51.92%
B = 17.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#80D848 (or 0x80D848) is known color: Mantis. HEX triplet: 80, D8 and 48. RGB value is (128,216,72). Sum of RGB (Red+Green+Blue) = 128+216+72=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #80D848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D848 is #7F27B7. Grayscale: #ADADAD. Windows color (decimal): -8333240 or 4774016. OLE color: 4774016.

HSL color Cylindrical-coordinate representation of color #80D848: hue angle of 96.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80D848 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 72 -
CMYK 0.41 0 0.67 0.15
HSL 96.67º 0.65% 0.56% -
HSV(B) 96.67º 0.67% 0.85% -
XYZ 34.63 54.17 14.76 -
YUV 173.27 70.85 95.71 -
System Red Green Blue C M Y K H S L
Decimal 128 216 72 0.41 0 0.67 0.15 96.67 0.65 0.56
Hex 80 D8 48 29 0 43 F 61 41 38
Octal 200 330 110 51 0 103 17 141 101 70
Binary 10000000 11011000 1001000 101001 0 1000011 1111 1100001 1000001 111000

Color Harmonies of #80D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D848

Black with #80D848

Text Example


Text Example

White with #80D848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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