Html Css Color HEX #80D469 Mantis

📋 copy color: '#80D469'

red 128 ◦ green 212 ◦ blue 105

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

Shades of Mantis #80D469

Tints of Mantis #80D469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 28.76%
G = 47.64%
B = 23.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#80D469 (or 0x80D469) is known color: Mantis. HEX triplet: 80, D4 and 69. RGB value is (128,212,105). Sum of RGB (Red+Green+Blue) = 128+212+105=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #80D469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D469 is #7F2B96. Grayscale: #AFAFAF. Windows color (decimal): -8334231 or 6935680. OLE color: 6935680.

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

Color convert

RGB 128 212 105 -
CMYK 0.40 0 0.50 0.17
HSL 107.1º 0.55% 0.62% -
HSV(B) 107.1º 0.5% 0.83% -
XYZ 35 52.7 21.69 -
YUV 174.69 88.67 94.7 -
System Red Green Blue C M Y K H S L
Decimal 128 212 105 0.40 0 0.50 0.17 107.1 0.55 0.62
Hex 80 D4 69 28 0 32 11 6B 37 3E
Octal 200 324 151 50 0 62 21 153 67 76
Binary 10000000 11010100 1101001 101000 0 110010 10001 1101011 110111 111110

Color Harmonies of #80D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D469

Black with #80D469

Text Example


Text Example

White with #80D469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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