Html Css Color HEX #80D365 Mantis

📋 copy color: '#80D365'

red 128 ◦ green 211 ◦ blue 101

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

Shades of Mantis #80D365

Tints of Mantis #80D365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.95%

R = 29.09%
G = 47.95%
B = 22.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#80D365 (or 0x80D365) is known color: Mantis. HEX triplet: 80, D3 and 65. RGB value is (128,211,101). Sum of RGB (Red+Green+Blue) = 128+211+101=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #80D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D365 is #7F2C9A. Grayscale: #AEAEAE. Windows color (decimal): -8334491 or 6673280. OLE color: 6673280.

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

Color convert

RGB 128 211 101 -
CMYK 0.39 0 0.52 0.17
HSL 105.27º 0.56% 0.61% -
HSV(B) 105.27º 0.52% 0.83% -
XYZ 34.55 52.12 20.55 -
YUV 173.64 87 95.44 -
System Red Green Blue C M Y K H S L
Decimal 128 211 101 0.39 0 0.52 0.17 105.27 0.56 0.61
Hex 80 D3 65 27 0 34 11 69 38 3D
Octal 200 323 145 47 0 64 21 151 70 75
Binary 10000000 11010011 1100101 100111 0 110100 10001 1101001 111000 111101

Color Harmonies of #80D365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D365

Black with #80D365

Text Example


Text Example

White with #80D365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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