Html Css Color HEX #80C249 Mantis

📋 copy color: '#80C249'

red 128 ◦ green 194 ◦ blue 73

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

Shades of Mantis #80C249

Tints of Mantis #80C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.11%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 32.41%
G = 49.11%
B = 18.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#80C249 (or 0x80C249) is known color: Mantis. HEX triplet: 80, C2 and 49. RGB value is (128,194,73). Sum of RGB (Red+Green+Blue) = 128+194+73=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #80C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C249 is #7F3DB6. Grayscale: #A0A0A0. Windows color (decimal): -8338871 or 4833920. OLE color: 4833920.

HSL color Cylindrical-coordinate representation of color #80C249: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C249 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 73 -
CMYK 0.34 0 0.62 0.24
HSL 92.73º 0.5% 0.52% -
HSV(B) 92.73º 0.62% 0.76% -
XYZ 29.4 43.65 13.18 -
YUV 160.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 128 194 73 0.34 0 0.62 0.24 92.73 0.5 0.52
Hex 80 C2 49 22 0 3E 18 5D 32 34
Octal 200 302 111 42 0 76 30 135 62 64
Binary 10000000 11000010 1001001 100010 0 111110 11000 1011101 110010 110100

Color Harmonies of #80C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C249

Black with #80C249

Text Example


Text Example

White with #80C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,73); }

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

background-color css

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

 a { background-color: rgb(128,194,73); }

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

border-color css

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

 span { border-color: rgb(128,194,73); }

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