Html Css Color HEX #80D74A Mantis

📋 copy color: '#80D74A'

red 128 ◦ green 215 ◦ blue 74

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

Shades of Mantis #80D74A

Tints of Mantis #80D74A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.56%

 BLUE value IS 74 (29.3% from 255) = 17.75%

R = 30.7%
G = 51.56%
B = 17.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#80D74A (or 0x80D74A) is known color: Mantis. HEX triplet: 80, D7 and 4A. RGB value is (128,215,74). Sum of RGB (Red+Green+Blue) = 128+215+74=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #80D74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D74A is #7F28B5. Grayscale: #ADADAD. Windows color (decimal): -8333494 or 4904832. OLE color: 4904832.

HSL color Cylindrical-coordinate representation of color #80D74A: hue angle of 97.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80D74A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 74 -
CMYK 0.40 0 0.66 0.16
HSL 97.02º 0.64% 0.57% -
HSV(B) 97.02º 0.66% 0.84% -
XYZ 34.44 53.68 15.03 -
YUV 172.91 72.18 95.96 -
System Red Green Blue C M Y K H S L
Decimal 128 215 74 0.40 0 0.66 0.16 97.02 0.64 0.57
Hex 80 D7 4A 28 0 42 10 61 40 39
Octal 200 327 112 50 0 102 20 141 100 71
Binary 10000000 11010111 1001010 101000 0 1000010 10000 1100001 1000000 111001

Color Harmonies of #80D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D74A

Black with #80D74A

Text Example


Text Example

White with #80D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,74); }

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

background-color css

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

 a { background-color: rgb(128,215,74); }

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

border-color css

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

 span { border-color: rgb(128,215,74); }

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