Html Css Color HEX #80C46F Mantis

📋 copy color: '#80C46F'

red 128 ◦ green 196 ◦ blue 111

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

Shades of Mantis #80C46F

Tints of Mantis #80C46F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 29.43%
G = 45.06%
B = 25.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#80C46F (or 0x80C46F) is known color: Mantis. HEX triplet: 80, C4 and 6F. RGB value is (128,196,111). Sum of RGB (Red+Green+Blue) = 128+196+111=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #80C46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C46F is #7F3B90. Grayscale: #A6A6A6. Windows color (decimal): -8338321 or 7324800. OLE color: 7324800.

HSL color Cylindrical-coordinate representation of color #80C46F: hue angle of 108º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C46F is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 111 -
CMYK 0.35 0 0.43 0.23
HSL 108º 0.42% 0.6% -
HSV(B) 108º 0.43% 0.77% -
XYZ 31.51 45.22 22.11 -
YUV 165.98 96.97 100.91 -
System Red Green Blue C M Y K H S L
Decimal 128 196 111 0.35 0 0.43 0.23 108 0.42 0.6
Hex 80 C4 6F 23 0 2B 17 6C 2A 3C
Octal 200 304 157 43 0 53 27 154 52 74
Binary 10000000 11000100 1101111 100011 0 101011 10111 1101100 101010 111100

Color Harmonies of #80C46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C46F

Black with #80C46F

Text Example


Text Example

White with #80C46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,111); }

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

background-color css

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

 a { background-color: rgb(128,196,111); }

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

border-color css

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

 span { border-color: rgb(128,196,111); }

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