Html Css Color HEX #80C94C Mantis

📋 copy color: '#80C94C'

red 128 ◦ green 201 ◦ blue 76

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

Shades of Mantis #80C94C

Tints of Mantis #80C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 31.6%
G = 49.63%
B = 18.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#80C94C (or 0x80C94C) is known color: Mantis. HEX triplet: 80, C9 and 4C. RGB value is (128,201,76). Sum of RGB (Red+Green+Blue) = 128+201+76=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #80C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C94C is #7F36B3. Grayscale: #A5A5A5. Windows color (decimal): -8337076 or 5032320. OLE color: 5032320.

HSL color Cylindrical-coordinate representation of color #80C94C: hue angle of 95.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C94C is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 76 -
CMYK 0.36 0 0.62 0.21
HSL 95.04º 0.54% 0.54% -
HSV(B) 95.04º 0.62% 0.79% -
XYZ 31.09 46.88 14.25 -
YUV 164.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 128 201 76 0.36 0 0.62 0.21 95.04 0.54 0.54
Hex 80 C9 4C 24 0 3E 15 5F 36 36
Octal 200 311 114 44 0 76 25 137 66 66
Binary 10000000 11001001 1001100 100100 0 111110 10101 1011111 110110 110110

Color Harmonies of #80C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C94C

Black with #80C94C

Text Example


Text Example

White with #80C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,76); }

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

background-color css

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

 a { background-color: rgb(128,201,76); }

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

border-color css

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

 span { border-color: rgb(128,201,76); }

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