Html Css Color HEX #80DB51 Mantis

📋 copy color: '#80DB51'

red 128 ◦ green 219 ◦ blue 81

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

Shades of Mantis #80DB51

Tints of Mantis #80DB51

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.17%

 BLUE value IS 81 (32.03% from 255) = 18.93%

R = 29.91%
G = 51.17%
B = 18.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#80DB51 (or 0x80DB51) is known color: Mantis. HEX triplet: 80, DB and 51. RGB value is (128,219,81). Sum of RGB (Red+Green+Blue) = 128+219+81=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB51 is #7F24AE. Grayscale: #B0B0B0. Windows color (decimal): -8332463 or 5364608. OLE color: 5364608.

HSL color Cylindrical-coordinate representation of color #80DB51: hue angle of 99.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80DB51 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 81 -
CMYK 0.42 0 0.63 0.14
HSL 99.57º 0.66% 0.59% -
HSV(B) 99.57º 0.63% 0.86% -
XYZ 35.72 55.85 16.68 -
YUV 176.06 74.35 93.72 -
System Red Green Blue C M Y K H S L
Decimal 128 219 81 0.42 0 0.63 0.14 99.57 0.66 0.59
Hex 80 DB 51 2A 0 3F E 64 42 3B
Octal 200 333 121 52 0 77 16 144 102 73
Binary 10000000 11011011 1010001 101010 0 111111 1110 1100100 1000010 111011

Color Harmonies of #80DB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB51

Black with #80DB51

Text Example


Text Example

White with #80DB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,219,81); }

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

background-color css

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

 a { background-color: rgb(128,219,81); }

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

border-color css

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

 span { border-color: rgb(128,219,81); }

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