Html Css Color HEX #80C748 Mantis

📋 copy color: '#80C748'

red 128 ◦ green 199 ◦ blue 72

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

Shades of Mantis #80C748

Tints of Mantis #80C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

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

R = 32.08%
G = 49.87%
B = 18.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#80C748 (or 0x80C748) is known color: Mantis. HEX triplet: 80, C7 and 48. RGB value is (128,199,72). Sum of RGB (Red+Green+Blue) = 128+199+72=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #80C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C748 is #7F38B7. Grayscale: #A3A3A3. Windows color (decimal): -8337592 or 4769664. OLE color: 4769664.

HSL color Cylindrical-coordinate representation of color #80C748: hue angle of 93.54º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80C748 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 199 72 -
CMYK 0.36 0 0.64 0.22
HSL 93.54º 0.53% 0.53% -
HSV(B) 93.54º 0.64% 0.78% -
XYZ 30.5 45.9 13.38 -
YUV 163.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 128 199 72 0.36 0 0.64 0.22 93.54 0.53 0.53
Hex 80 C7 48 24 0 40 16 5E 35 35
Octal 200 307 110 44 0 100 26 136 65 65
Binary 10000000 11000111 1001000 100100 0 1000000 10110 1011110 110101 110101

Color Harmonies of #80C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C748

Black with #80C748

Text Example


Text Example

White with #80C748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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