Html Css Color HEX #80C348 Mantis

📋 copy color: '#80C348'

red 128 ◦ green 195 ◦ blue 72

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

Shades of Mantis #80C348

Tints of Mantis #80C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 32.41%
G = 49.37%
B = 18.23%

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

#80C348 (or 0x80C348) is known color: Mantis. HEX triplet: 80, C3 and 48. RGB value is (128,195,72). Sum of RGB (Red+Green+Blue) = 128+195+72=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #80C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C348 is #7F3CB7. Grayscale: #A1A1A1. Windows color (decimal): -8338616 or 4768640. OLE color: 4768640.

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

Color convert

RGB 128 195 72 -
CMYK 0.34 0 0.63 0.24
HSL 92.68º 0.51% 0.52% -
HSV(B) 92.68º 0.63% 0.76% -
XYZ 29.59 44.09 13.08 -
YUV 160.95 77.8 104.5 -
System Red Green Blue C M Y K H S L
Decimal 128 195 72 0.34 0 0.63 0.24 92.68 0.51 0.52
Hex 80 C3 48 22 0 3F 18 5D 33 34
Octal 200 303 110 42 0 77 30 135 63 64
Binary 10000000 11000011 1001000 100010 0 111111 11000 1011101 110011 110100

Color Harmonies of #80C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C348

Black with #80C348

Text Example


Text Example

White with #80C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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