Html Css Color HEX #80CC48 Mantis

📋 copy color: '#80CC48'

red 128 ◦ green 204 ◦ blue 72

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

Shades of Mantis #80CC48

Tints of Mantis #80CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

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

R = 31.68%
G = 50.5%
B = 17.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#80CC48 (or 0x80CC48) is known color: Mantis. HEX triplet: 80, CC and 48. RGB value is (128,204,72). Sum of RGB (Red+Green+Blue) = 128+204+72=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC48 is #7F33B7. Grayscale: #A6A6A6. Windows color (decimal): -8336312 or 4770944. OLE color: 4770944.

HSL color Cylindrical-coordinate representation of color #80CC48: hue angle of 94.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80CC48 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 72 -
CMYK 0.37 0 0.65 0.2
HSL 94.55º 0.56% 0.54% -
HSV(B) 94.55º 0.65% 0.8% -
XYZ 31.66 48.24 13.77 -
YUV 166.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 128 204 72 0.37 0 0.65 0.2 94.55 0.56 0.54
Hex 80 CC 48 25 0 41 14 5F 38 36
Octal 200 314 110 45 0 101 24 137 70 66
Binary 10000000 11001100 1001000 100101 0 1000001 10100 1011111 111000 110110

Color Harmonies of #80CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC48

Black with #80CC48

Text Example


Text Example

White with #80CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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