Html Css Color HEX #80C04C Mantis

📋 copy color: '#80C04C'

red 128 ◦ green 192 ◦ blue 76

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

Shades of Mantis #80C04C

Tints of Mantis #80C04C

RGB

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

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

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

R = 32.32%
G = 48.48%
B = 19.19%

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

#80C04C (or 0x80C04C) is known color: Mantis. HEX triplet: 80, C0 and 4C. RGB value is (128,192,76). Sum of RGB (Red+Green+Blue) = 128+192+76=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #80C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C04C is #7F3FB3. Grayscale: #A0A0A0. Windows color (decimal): -8339380 or 5030016. OLE color: 5030016.

HSL color Cylindrical-coordinate representation of color #80C04C: hue angle of 93.1º 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 #80C04C is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 76 -
CMYK 0.33 0 0.60 0.25
HSL 93.1º 0.48% 0.53% -
HSV(B) 93.1º 0.6% 0.75% -
XYZ 29.06 42.81 13.57 -
YUV 159.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 128 192 76 0.33 0 0.60 0.25 93.1 0.48 0.53
Hex 80 C0 4C 21 0 3C 19 5D 30 35
Octal 200 300 114 41 0 74 31 135 60 65
Binary 10000000 11000000 1001100 100001 0 111100 11001 1011101 110000 110101

Color Harmonies of #80C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C04C

Black with #80C04C

Text Example


Text Example

White with #80C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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