Html Css Color HEX #80D855 Mantis

📋 copy color: '#80D855'

red 128 ◦ green 216 ◦ blue 85

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

Shades of Mantis #80D855

Tints of Mantis #80D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.35%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 29.84%
G = 50.35%
B = 19.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#80D855 (or 0x80D855) is known color: Mantis. HEX triplet: 80, D8 and 55. RGB value is (128,216,85). Sum of RGB (Red+Green+Blue) = 128+216+85=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #80D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D855 is #7F27AA. Grayscale: #AFAFAF. Windows color (decimal): -8333227 or 5625984. OLE color: 5625984.

HSL color Cylindrical-coordinate representation of color #80D855: hue angle of 100.31º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D855 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 85 -
CMYK 0.41 0 0.61 0.15
HSL 100.31º 0.63% 0.59% -
HSV(B) 100.31º 0.61% 0.85% -
XYZ 35.1 54.36 17.24 -
YUV 174.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 128 216 85 0.41 0 0.61 0.15 100.31 0.63 0.59
Hex 80 D8 55 29 0 3D F 64 3F 3B
Octal 200 330 125 51 0 75 17 144 77 73
Binary 10000000 11011000 1010101 101001 0 111101 1111 1100100 111111 111011

Color Harmonies of #80D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D855

Black with #80D855

Text Example


Text Example

White with #80D855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,85); }

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

background-color css

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

 a { background-color: rgb(128,216,85); }

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

border-color css

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

 span { border-color: rgb(128,216,85); }

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