Html Css Color HEX #80D35D Mantis

📋 copy color: '#80D35D'

red 128 ◦ green 211 ◦ blue 93

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

Shades of Mantis #80D35D

Tints of Mantis #80D35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 29.63%
G = 48.84%
B = 21.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#80D35D (or 0x80D35D) is known color: Mantis. HEX triplet: 80, D3 and 5D. RGB value is (128,211,93). Sum of RGB (Red+Green+Blue) = 128+211+93=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #80D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D35D is #7F2CA2. Grayscale: #ADADAD. Windows color (decimal): -8334499 or 6148992. OLE color: 6148992.

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

Color convert

RGB 128 211 93 -
CMYK 0.39 0 0.56 0.17
HSL 102.2º 0.57% 0.6% -
HSV(B) 102.2º 0.56% 0.83% -
XYZ 34.17 51.97 18.59 -
YUV 172.73 83 96.09 -
System Red Green Blue C M Y K H S L
Decimal 128 211 93 0.39 0 0.56 0.17 102.2 0.57 0.6
Hex 80 D3 5D 27 0 38 11 66 39 3C
Octal 200 323 135 47 0 70 21 146 71 74
Binary 10000000 11010011 1011101 100111 0 111000 10001 1100110 111001 111100

Color Harmonies of #80D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D35D

Black with #80D35D

Text Example


Text Example

White with #80D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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