Html Css Color HEX #80DB52 Mantis

📋 copy color: '#80DB52'

red 128 ◦ green 219 ◦ blue 82

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

Shades of Mantis #80DB52

Tints of Mantis #80DB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 29.84%
G = 51.05%
B = 19.11%

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

#80DB52 (or 0x80DB52) is known color: Mantis. HEX triplet: 80, DB and 52. RGB value is (128,219,82). Sum of RGB (Red+Green+Blue) = 128+219+82=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB52 is #7F24AD. Grayscale: #B0B0B0. Windows color (decimal): -8332462 or 5430144. OLE color: 5430144.

HSL color Cylindrical-coordinate representation of color #80DB52: hue angle of 99.85º 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 #80DB52 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 219 82 -
CMYK 0.42 0 0.63 0.14
HSL 99.85º 0.66% 0.59% -
HSV(B) 99.85º 0.63% 0.86% -
XYZ 35.76 55.86 16.88 -
YUV 176.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 128 219 82 0.42 0 0.63 0.14 99.85 0.66 0.59
Hex 80 DB 52 2A 0 3F E 64 42 3B
Octal 200 333 122 52 0 77 16 144 102 73
Binary 10000000 11011011 1010010 101010 0 111111 1110 1100100 1000010 111011

Color Harmonies of #80DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DB52

Black with #80DB52

Text Example


Text Example

White with #80DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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