Html Css Color HEX #80DF46 Mantis

📋 copy color: '#80DF46'

red 128 ◦ green 223 ◦ blue 70

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

Shades of Mantis #80DF46

Tints of Mantis #80DF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.97%

 BLUE value IS 70 (27.73% from 255) = 16.63%

R = 30.4%
G = 52.97%
B = 16.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#80DF46 (or 0x80DF46) is known color: Mantis. HEX triplet: 80, DF and 46. RGB value is (128,223,70). Sum of RGB (Red+Green+Blue) = 128+223+70=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF46 is #7F20B9. Grayscale: #B1B1B1. Windows color (decimal): -8331450 or 4644736. OLE color: 4644736.

HSL color Cylindrical-coordinate representation of color #80DF46: hue angle of 97.25º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80DF46 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 70 -
CMYK 0.43 0 0.69 0.13
HSL 97.25º 0.71% 0.57% -
HSV(B) 97.25º 0.69% 0.87% -
XYZ 36.4 57.81 15.03 -
YUV 177.15 67.53 92.94 -
System Red Green Blue C M Y K H S L
Decimal 128 223 70 0.43 0 0.69 0.13 97.25 0.71 0.57
Hex 80 DF 46 2B 0 45 D 61 47 39
Octal 200 337 106 53 0 105 15 141 107 71
Binary 10000000 11011111 1000110 101011 0 1000101 1101 1100001 1000111 111001

Color Harmonies of #80DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF46

Black with #80DF46

Text Example


Text Example

White with #80DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,70); }

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

background-color css

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

 a { background-color: rgb(128,223,70); }

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

border-color css

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

 span { border-color: rgb(128,223,70); }

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