Html Css Color HEX #80C04F Mantis

📋 copy color: '#80C04F'

red 128 ◦ green 192 ◦ blue 79

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

Shades of Mantis #80C04F

Tints of Mantis #80C04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 32.08%
G = 48.12%
B = 19.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#80C04F (or 0x80C04F) is known color: Mantis. HEX triplet: 80, C0 and 4F. RGB value is (128,192,79). Sum of RGB (Red+Green+Blue) = 128+192+79=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C04F is #7F3FB0. Grayscale: #A0A0A0. Windows color (decimal): -8339377 or 5226624. OLE color: 5226624.

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

Color convert

RGB 128 192 79 -
CMYK 0.33 0 0.59 0.25
HSL 93.98º 0.47% 0.53% -
HSV(B) 93.98º 0.59% 0.75% -
XYZ 29.16 42.85 14.13 -
YUV 159.98 82.3 105.19 -
System Red Green Blue C M Y K H S L
Decimal 128 192 79 0.33 0 0.59 0.25 93.98 0.47 0.53
Hex 80 C0 4F 21 0 3B 19 5E 2F 35
Octal 200 300 117 41 0 73 31 136 57 65
Binary 10000000 11000000 1001111 100001 0 111011 11001 1011110 101111 110101

Color Harmonies of #80C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C04F

Black with #80C04F

Text Example


Text Example

White with #80C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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