Html Css Color HEX #80C452 Mantis

📋 copy color: '#80C452'

red 128 ◦ green 196 ◦ blue 82

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

Shades of Mantis #80C452

Tints of Mantis #80C452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

 BLUE value IS 82 (32.42% from 255) = 20.2%

R = 31.53%
G = 48.28%
B = 20.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#80C452 (or 0x80C452) is known color: Mantis. HEX triplet: 80, C4 and 52. RGB value is (128,196,82). Sum of RGB (Red+Green+Blue) = 128+196+82=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #80C452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C452 is #7F3BAD. Grayscale: #A3A3A3. Windows color (decimal): -8338350 or 5424256. OLE color: 5424256.

HSL color Cylindrical-coordinate representation of color #80C452: hue angle of 95.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80C452 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 82 -
CMYK 0.35 0 0.58 0.23
HSL 95.79º 0.49% 0.55% -
HSV(B) 95.79º 0.58% 0.77% -
XYZ 30.17 44.68 15.02 -
YUV 162.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 128 196 82 0.35 0 0.58 0.23 95.79 0.49 0.55
Hex 80 C4 52 23 0 3A 17 60 31 37
Octal 200 304 122 43 0 72 27 140 61 67
Binary 10000000 11000100 1010010 100011 0 111010 10111 1100000 110001 110111

Color Harmonies of #80C452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C452

Black with #80C452

Text Example


Text Example

White with #80C452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,82); }

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

background-color css

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

 a { background-color: rgb(128,196,82); }

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

border-color css

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

 span { border-color: rgb(128,196,82); }

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