Html Css Color HEX #80D468 Mantis

📋 copy color: '#80D468'

red 128 ◦ green 212 ◦ blue 104

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

Shades of Mantis #80D468

Tints of Mantis #80D468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.42%

R = 28.83%
G = 47.75%
B = 23.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#80D468 (or 0x80D468) is known color: Mantis. HEX triplet: 80, D4 and 68. RGB value is (128,212,104). Sum of RGB (Red+Green+Blue) = 128+212+104=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #80D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D468 is #7F2B97. Grayscale: #AEAEAE. Windows color (decimal): -8334232 or 6870144. OLE color: 6870144.

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

Color convert

RGB 128 212 104 -
CMYK 0.40 0 0.51 0.17
HSL 106.67º 0.56% 0.62% -
HSV(B) 106.67º 0.51% 0.83% -
XYZ 34.94 52.68 21.42 -
YUV 174.57 88.17 94.78 -
System Red Green Blue C M Y K H S L
Decimal 128 212 104 0.40 0 0.51 0.17 106.67 0.56 0.62
Hex 80 D4 68 28 0 33 11 6B 38 3E
Octal 200 324 150 50 0 63 21 153 70 76
Binary 10000000 11010100 1101000 101000 0 110011 10001 1101011 111000 111110

Color Harmonies of #80D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D468

Black with #80D468

Text Example


Text Example

White with #80D468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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