Html Css Color HEX #80D55C Mantis

📋 copy color: '#80D55C'

red 128 ◦ green 213 ◦ blue 92

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

Shades of Mantis #80D55C

Tints of Mantis #80D55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 29.56%
G = 49.19%
B = 21.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#80D55C (or 0x80D55C) is known color: Mantis. HEX triplet: 80, D5 and 5C. RGB value is (128,213,92). Sum of RGB (Red+Green+Blue) = 128+213+92=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #80D55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D55C is #7F2AA3. Grayscale: #AEAEAE. Windows color (decimal): -8333988 or 6083968. OLE color: 6083968.

HSL color Cylindrical-coordinate representation of color #80D55C: hue angle of 102.15º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D55C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 92 -
CMYK 0.40 0 0.57 0.16
HSL 102.15º 0.59% 0.6% -
HSV(B) 102.15º 0.57% 0.84% -
XYZ 34.63 52.95 18.52 -
YUV 173.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 128 213 92 0.40 0 0.57 0.16 102.15 0.59 0.6
Hex 80 D5 5C 28 0 39 10 66 3B 3C
Octal 200 325 134 50 0 71 20 146 73 74
Binary 10000000 11010101 1011100 101000 0 111001 10000 1100110 111011 111100

Color Harmonies of #80D55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D55C

Black with #80D55C

Text Example


Text Example

White with #80D55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,92); }

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

background-color css

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

 a { background-color: rgb(128,213,92); }

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

border-color css

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

 span { border-color: rgb(128,213,92); }

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