Html Css Color HEX #80D85C Mantis

📋 copy color: '#80D85C'

red 128 ◦ green 216 ◦ blue 92

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

Shades of Mantis #80D85C

Tints of Mantis #80D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

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

R = 29.36%
G = 49.54%
B = 21.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#80D85C (or 0x80D85C) is known color: Mantis. HEX triplet: 80, D8 and 5C. RGB value is (128,216,92). Sum of RGB (Red+Green+Blue) = 128+216+92=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #80D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D85C is #7F27A3. Grayscale: #AFAFAF. Windows color (decimal): -8333220 or 6084736. OLE color: 6084736.

HSL color Cylindrical-coordinate representation of color #80D85C: hue angle of 102.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D85C is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 92 -
CMYK 0.41 0 0.57 0.15
HSL 102.58º 0.61% 0.6% -
HSV(B) 102.58º 0.57% 0.85% -
XYZ 35.39 54.47 18.77 -
YUV 175.55 80.85 94.08 -
System Red Green Blue C M Y K H S L
Decimal 128 216 92 0.41 0 0.57 0.15 102.58 0.61 0.6
Hex 80 D8 5C 29 0 39 F 67 3D 3C
Octal 200 330 134 51 0 71 17 147 75 74
Binary 10000000 11011000 1011100 101001 0 111001 1111 1100111 111101 111100

Color Harmonies of #80D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D85C

Black with #80D85C

Text Example


Text Example

White with #80D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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