Html Css Color HEX #80C248 Mantis

📋 copy color: '#80C248'

red 128 ◦ green 194 ◦ blue 72

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

Shades of Mantis #80C248

Tints of Mantis #80C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.24%

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

R = 32.49%
G = 49.24%
B = 18.27%

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

#80C248 (or 0x80C248) is known color: Mantis. HEX triplet: 80, C2 and 48. RGB value is (128,194,72). Sum of RGB (Red+Green+Blue) = 128+194+72=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #80C248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C248 is #7F3DB7. Grayscale: #A0A0A0. Windows color (decimal): -8338872 or 4768384. OLE color: 4768384.

HSL color Cylindrical-coordinate representation of color #80C248: hue angle of 92.46º degrees, saturation: 0.5, 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 #80C248 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 72 -
CMYK 0.34 0 0.63 0.24
HSL 92.46º 0.5% 0.52% -
HSV(B) 92.46º 0.63% 0.76% -
XYZ 29.36 43.64 13.01 -
YUV 160.36 78.13 104.92 -
System Red Green Blue C M Y K H S L
Decimal 128 194 72 0.34 0 0.63 0.24 92.46 0.5 0.52
Hex 80 C2 48 22 0 3F 18 5C 32 34
Octal 200 302 110 42 0 77 30 134 62 64
Binary 10000000 11000010 1001000 100010 0 111111 11000 1011100 110010 110100

Color Harmonies of #80C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C248

Black with #80C248

Text Example


Text Example

White with #80C248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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