Html Css Color HEX #80D363 Mantis

📋 copy color: '#80D363'

red 128 ◦ green 211 ◦ blue 99

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

Shades of Mantis #80D363

Tints of Mantis #80D363

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

 BLUE value IS 99 (39.06% from 255) = 22.6%

R = 29.22%
G = 48.17%
B = 22.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#80D363 (or 0x80D363) is known color: Mantis. HEX triplet: 80, D3 and 63. RGB value is (128,211,99). Sum of RGB (Red+Green+Blue) = 128+211+99=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #80D363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D363 is #7F2C9C. Grayscale: #ADADAD. Windows color (decimal): -8334493 or 6542208. OLE color: 6542208.

HSL color Cylindrical-coordinate representation of color #80D363: hue angle of 104.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80D363 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 99 -
CMYK 0.39 0 0.53 0.17
HSL 104.46º 0.56% 0.61% -
HSV(B) 104.46º 0.53% 0.83% -
XYZ 34.45 52.08 20.04 -
YUV 173.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 128 211 99 0.39 0 0.53 0.17 104.46 0.56 0.61
Hex 80 D3 63 27 0 35 11 68 38 3D
Octal 200 323 143 47 0 65 21 150 70 75
Binary 10000000 11010011 1100011 100111 0 110101 10001 1101000 111000 111101

Color Harmonies of #80D363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D363

Black with #80D363

Text Example


Text Example

White with #80D363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,99); }

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

background-color css

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

 a { background-color: rgb(128,211,99); }

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

border-color css

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

 span { border-color: rgb(128,211,99); }

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