Html Css Color HEX #80DB60 Mantis

📋 copy color: '#80DB60'

red 128 ◦ green 219 ◦ blue 96

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

Shades of Mantis #80DB60

Tints of Mantis #80DB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 28.89%
G = 49.44%
B = 21.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#80DB60 (or 0x80DB60) is known color: Mantis. HEX triplet: 80, DB and 60. RGB value is (128,219,96). Sum of RGB (Red+Green+Blue) = 128+219+96=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB60 is #7F249F. Grayscale: #B2B2B2. Windows color (decimal): -8332448 or 6347648. OLE color: 6347648.

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

Color convert

RGB 128 219 96 -
CMYK 0.42 0 0.56 0.14
HSL 104.39º 0.63% 0.62% -
HSV(B) 104.39º 0.56% 0.86% -
XYZ 36.34 56.1 19.98 -
YUV 177.77 81.85 92.5 -
System Red Green Blue C M Y K H S L
Decimal 128 219 96 0.42 0 0.56 0.14 104.39 0.63 0.62
Hex 80 DB 60 2A 0 38 E 68 3F 3E
Octal 200 333 140 52 0 70 16 150 77 76
Binary 10000000 11011011 1100000 101010 0 111000 1110 1101000 111111 111110

Color Harmonies of #80DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB60

Black with #80DB60

Text Example


Text Example

White with #80DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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