Html Css Color HEX #80CF49 Mantis

📋 copy color: '#80CF49'

red 128 ◦ green 207 ◦ blue 73

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

Shades of Mantis #80CF49

Tints of Mantis #80CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.74%

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

R = 31.37%
G = 50.74%
B = 17.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#80CF49 (or 0x80CF49) is known color: Mantis. HEX triplet: 80, CF and 49. RGB value is (128,207,73). Sum of RGB (Red+Green+Blue) = 128+207+73=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF49 is #7F30B6. Grayscale: #A8A8A8. Windows color (decimal): -8335543 or 4837248. OLE color: 4837248.

HSL color Cylindrical-coordinate representation of color #80CF49: hue angle of 95.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80CF49 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 207 73 -
CMYK 0.38 0 0.65 0.19
HSL 95.37º 0.58% 0.55% -
HSV(B) 95.37º 0.65% 0.81% -
XYZ 32.42 49.7 14.19 -
YUV 168.1 74.33 99.4 -
System Red Green Blue C M Y K H S L
Decimal 128 207 73 0.38 0 0.65 0.19 95.37 0.58 0.55
Hex 80 CF 49 26 0 41 13 5F 3A 37
Octal 200 317 111 46 0 101 23 137 72 67
Binary 10000000 11001111 1001001 100110 0 1000001 10011 1011111 111010 110111

Color Harmonies of #80CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF49

Black with #80CF49

Text Example


Text Example

White with #80CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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