Html Css Color HEX #80C04D Mantis

📋 copy color: '#80C04D'

red 128 ◦ green 192 ◦ blue 77

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

Shades of Mantis #80C04D

Tints of Mantis #80C04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.36%

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

R = 32.24%
G = 48.36%
B = 19.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#80C04D (or 0x80C04D) is known color: Mantis. HEX triplet: 80, C0 and 4D. RGB value is (128,192,77). Sum of RGB (Red+Green+Blue) = 128+192+77=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C04D is #7F3FB2. Grayscale: #A0A0A0. Windows color (decimal): -8339379 or 5095552. OLE color: 5095552.

HSL color Cylindrical-coordinate representation of color #80C04D: hue angle of 93.39º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80C04D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 77 -
CMYK 0.33 0 0.60 0.25
HSL 93.39º 0.48% 0.53% -
HSV(B) 93.39º 0.6% 0.75% -
XYZ 29.09 42.82 13.75 -
YUV 159.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 128 192 77 0.33 0 0.60 0.25 93.39 0.48 0.53
Hex 80 C0 4D 21 0 3C 19 5D 30 35
Octal 200 300 115 41 0 74 31 135 60 65
Binary 10000000 11000000 1001101 100001 0 111100 11001 1011101 110000 110101

Color Harmonies of #80C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C04D

Black with #80C04D

Text Example


Text Example

White with #80C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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