Html Css Color HEX #80C349 Mantis

📋 copy color: '#80C349'

red 128 ◦ green 195 ◦ blue 73

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

Shades of Mantis #80C349

Tints of Mantis #80C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 32.32%
G = 49.24%
B = 18.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#80C349 (or 0x80C349) is known color: Mantis. HEX triplet: 80, C3 and 49. RGB value is (128,195,73). Sum of RGB (Red+Green+Blue) = 128+195+73=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #80C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C349 is #7F3CB6. Grayscale: #A1A1A1. Windows color (decimal): -8338615 or 4834176. OLE color: 4834176.

HSL color Cylindrical-coordinate representation of color #80C349: hue angle of 92.95º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C349 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 73 -
CMYK 0.34 0 0.63 0.24
HSL 92.95º 0.5% 0.53% -
HSV(B) 92.95º 0.63% 0.76% -
XYZ 29.62 44.1 13.25 -
YUV 161.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 128 195 73 0.34 0 0.63 0.24 92.95 0.5 0.53
Hex 80 C3 49 22 0 3F 18 5D 32 35
Octal 200 303 111 42 0 77 30 135 62 65
Binary 10000000 11000011 1001001 100010 0 111111 11000 1011101 110010 110101

Color Harmonies of #80C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C349

Black with #80C349

Text Example


Text Example

White with #80C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,73); }

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

background-color css

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

 a { background-color: rgb(128,195,73); }

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

border-color css

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

 span { border-color: rgb(128,195,73); }

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