Html Css Color HEX #80C94D Mantis

📋 copy color: '#80C94D'

red 128 ◦ green 201 ◦ blue 77

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

Shades of Mantis #80C94D

Tints of Mantis #80C94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 31.53%
G = 49.51%
B = 18.97%

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

#80C94D (or 0x80C94D) is known color: Mantis. HEX triplet: 80, C9 and 4D. RGB value is (128,201,77). Sum of RGB (Red+Green+Blue) = 128+201+77=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #80C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C94D is #7F36B2. Grayscale: #A5A5A5. Windows color (decimal): -8337075 or 5097856. OLE color: 5097856.

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

Color convert

RGB 128 201 77 -
CMYK 0.36 0 0.62 0.21
HSL 95.32º 0.53% 0.55% -
HSV(B) 95.32º 0.62% 0.79% -
XYZ 31.13 46.9 14.43 -
YUV 165.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 128 201 77 0.36 0 0.62 0.21 95.32 0.53 0.55
Hex 80 C9 4D 24 0 3E 15 5F 35 37
Octal 200 311 115 44 0 76 25 137 65 67
Binary 10000000 11001001 1001101 100100 0 111110 10101 1011111 110101 110111

Color Harmonies of #80C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C94D

Black with #80C94D

Text Example


Text Example

White with #80C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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