Html Css Color HEX #80D44C Mantis

📋 copy color: '#80D44C'

red 128 ◦ green 212 ◦ blue 76

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

Shades of Mantis #80D44C

Tints of Mantis #80D44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.96%

 BLUE value IS 76 (30.08% from 255) = 18.27%

R = 30.77%
G = 50.96%
B = 18.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#80D44C (or 0x80D44C) is known color: Mantis. HEX triplet: 80, D4 and 4C. RGB value is (128,212,76). Sum of RGB (Red+Green+Blue) = 128+212+76=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #80D44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D44C is #7F2BB3. Grayscale: #ABABAB. Windows color (decimal): -8334260 or 5035136. OLE color: 5035136.

HSL color Cylindrical-coordinate representation of color #80D44C: hue angle of 97.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80D44C is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 76 -
CMYK 0.40 0 0.64 0.17
HSL 97.06º 0.61% 0.56% -
HSV(B) 97.06º 0.64% 0.83% -
XYZ 33.75 52.2 15.13 -
YUV 171.38 74.17 97.06 -
System Red Green Blue C M Y K H S L
Decimal 128 212 76 0.40 0 0.64 0.17 97.06 0.61 0.56
Hex 80 D4 4C 28 0 40 11 61 3D 38
Octal 200 324 114 50 0 100 21 141 75 70
Binary 10000000 11010100 1001100 101000 0 1000000 10001 1100001 111101 111000

Color Harmonies of #80D44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D44C

Black with #80D44C

Text Example


Text Example

White with #80D44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,76); }

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

background-color css

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

 a { background-color: rgb(128,212,76); }

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

border-color css

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

 span { border-color: rgb(128,212,76); }

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