Html Css Color HEX #80E44C Mantis

📋 copy color: '#80E44C'

red 128 ◦ green 228 ◦ blue 76

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

Shades of Mantis #80E44C

Tints of Mantis #80E44C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.78%

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

R = 29.63%
G = 52.78%
B = 17.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#80E44C (or 0x80E44C) is known color: Mantis. HEX triplet: 80, E4 and 4C. RGB value is (128,228,76). Sum of RGB (Red+Green+Blue) = 128+228+76=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #80E44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E44C is #7F1BB3. Grayscale: #B5B5B5. Windows color (decimal): -8330164 or 5039232. OLE color: 5039232.

HSL color Cylindrical-coordinate representation of color #80E44C: hue angle of 99.47º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80E44C is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 228 76 -
CMYK 0.44 0 0.67 0.11
HSL 99.47º 0.74% 0.6% -
HSV(B) 99.47º 0.67% 0.89% -
XYZ 37.95 60.6 16.53 -
YUV 180.77 68.87 90.36 -
System Red Green Blue C M Y K H S L
Decimal 128 228 76 0.44 0 0.67 0.11 99.47 0.74 0.6
Hex 80 E4 4C 2C 0 43 B 63 4A 3C
Octal 200 344 114 54 0 103 13 143 112 74
Binary 10000000 11100100 1001100 101100 0 1000011 1011 1100011 1001010 111100

Color Harmonies of #80E44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E44C

Black with #80E44C

Text Example


Text Example

White with #80E44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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