Html Css Color HEX #80D35B Mantis

📋 copy color: '#80D35B'

red 128 ◦ green 211 ◦ blue 91

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

Shades of Mantis #80D35B

Tints of Mantis #80D35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 29.77%
G = 49.07%
B = 21.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#80D35B (or 0x80D35B) is known color: Mantis. HEX triplet: 80, D3 and 5B. RGB value is (128,211,91). Sum of RGB (Red+Green+Blue) = 128+211+91=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #80D35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D35B is #7F2CA4. Grayscale: #ACACAC. Windows color (decimal): -8334501 or 6017920. OLE color: 6017920.

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

Color convert

RGB 128 211 91 -
CMYK 0.39 0 0.57 0.17
HSL 101.5º 0.58% 0.59% -
HSV(B) 101.5º 0.57% 0.83% -
XYZ 34.08 51.93 18.13 -
YUV 172.5 82 96.26 -
System Red Green Blue C M Y K H S L
Decimal 128 211 91 0.39 0 0.57 0.17 101.5 0.58 0.59
Hex 80 D3 5B 27 0 39 11 66 3A 3B
Octal 200 323 133 47 0 71 21 146 72 73
Binary 10000000 11010011 1011011 100111 0 111001 10001 1100110 111010 111011

Color Harmonies of #80D35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D35B

Black with #80D35B

Text Example


Text Example

White with #80D35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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