Html Css Color HEX #80D152 Mantis

📋 copy color: '#80D152'

red 128 ◦ green 209 ◦ blue 82

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

Shades of Mantis #80D152

Tints of Mantis #80D152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.88%

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

R = 30.55%
G = 49.88%
B = 19.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#80D152 (or 0x80D152) is known color: Mantis. HEX triplet: 80, D1 and 52. RGB value is (128,209,82). Sum of RGB (Red+Green+Blue) = 128+209+82=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #80D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D152 is #7F2EAD. Grayscale: #AAAAAA. Windows color (decimal): -8335022 or 5427584. OLE color: 5427584.

HSL color Cylindrical-coordinate representation of color #80D152: hue angle of 98.27º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D152 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 82 -
CMYK 0.39 0 0.61 0.18
HSL 98.27º 0.58% 0.57% -
HSV(B) 98.27º 0.61% 0.82% -
XYZ 33.23 50.8 16.04 -
YUV 170.3 78.16 97.83 -
System Red Green Blue C M Y K H S L
Decimal 128 209 82 0.39 0 0.61 0.18 98.27 0.58 0.57
Hex 80 D1 52 27 0 3D 12 62 3A 39
Octal 200 321 122 47 0 75 22 142 72 71
Binary 10000000 11010001 1010010 100111 0 111101 10010 1100010 111010 111001

Color Harmonies of #80D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D152

Black with #80D152

Text Example


Text Example

White with #80D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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