Html Css Color HEX #80C648 Mantis

📋 copy color: '#80C648'

red 128 ◦ green 198 ◦ blue 72

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

Shades of Mantis #80C648

Tints of Mantis #80C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.75%

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

R = 32.16%
G = 49.75%
B = 18.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#80C648 (or 0x80C648) is known color: Mantis. HEX triplet: 80, C6 and 48. RGB value is (128,198,72). Sum of RGB (Red+Green+Blue) = 128+198+72=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #80C648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C648 is #7F39B7. Grayscale: #A3A3A3. Windows color (decimal): -8337848 or 4769408. OLE color: 4769408.

HSL color Cylindrical-coordinate representation of color #80C648: hue angle of 93.33º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C648 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 72 -
CMYK 0.35 0 0.64 0.22
HSL 93.33º 0.53% 0.53% -
HSV(B) 93.33º 0.64% 0.78% -
XYZ 30.27 45.45 13.31 -
YUV 162.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 128 198 72 0.35 0 0.64 0.22 93.33 0.53 0.53
Hex 80 C6 48 23 0 40 16 5D 34 35
Octal 200 306 110 43 0 100 26 135 64 65
Binary 10000000 11000110 1001000 100011 0 1000000 10110 1011101 110100 110101

Color Harmonies of #80C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C648

Black with #80C648

Text Example


Text Example

White with #80C648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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