Html Css Color HEX #80D250 Mantis

📋 copy color: '#80D250'

red 128 ◦ green 210 ◦ blue 80

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

Shades of Mantis #80D250

Tints of Mantis #80D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.24%

 BLUE value IS 80 (31.64% from 255) = 19.14%

R = 30.62%
G = 50.24%
B = 19.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#80D250 (or 0x80D250) is known color: Mantis. HEX triplet: 80, D2 and 50. RGB value is (128,210,80). Sum of RGB (Red+Green+Blue) = 128+210+80=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #80D250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D250 is #7F2DAF. Grayscale: #ABABAB. Windows color (decimal): -8334768 or 5296768. OLE color: 5296768.

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

Color convert

RGB 128 210 80 -
CMYK 0.39 0 0.62 0.18
HSL 97.85º 0.59% 0.57% -
HSV(B) 97.85º 0.62% 0.82% -
XYZ 33.4 51.26 15.72 -
YUV 170.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 128 210 80 0.39 0 0.62 0.18 97.85 0.59 0.57
Hex 80 D2 50 27 0 3E 12 62 3B 39
Octal 200 322 120 47 0 76 22 142 73 71
Binary 10000000 11010010 1010000 100111 0 111110 10010 1100010 111011 111001

Color Harmonies of #80D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D250

Black with #80D250

Text Example


Text Example

White with #80D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,80); }

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

background-color css

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

 a { background-color: rgb(128,210,80); }

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

border-color css

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

 span { border-color: rgb(128,210,80); }

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