Html Css Color HEX #8DC260 Mantis

📋 copy color: '#8DC260'

red 141 ◦ green 194 ◦ blue 96

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

Shades of Mantis #8DC260

Tints of Mantis #8DC260

RGB

 RED value IS 141 (55.47% from 255) = 32.71%

 GREEN value IS 194 (76.17% from 255) = 45.01%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 32.71%
G = 45.01%
B = 22.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#8DC260 (or 0x8DC260) is known color: Mantis. HEX triplet: 8D, C2 and 60. RGB value is (141,194,96). Sum of RGB (Red+Green+Blue) = 141+194+96=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC260 is #723D9F. Grayscale: #A7A7A7. Windows color (decimal): -7486880 or 6341261. OLE color: 6341261.

HSL color Cylindrical-coordinate representation of color #8DC260: hue angle of 92.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DC260 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 141 194 96 -
CMYK 0.27 0 0.51 0.24
HSL 92.45º 0.45% 0.57% -
HSV(B) 92.45º 0.51% 0.76% -
XYZ 32.39 45.09 18.06 -
YUV 166.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 141 194 96 0.27 0 0.51 0.24 92.45 0.45 0.57
Hex 8D C2 60 1B 0 33 18 5C 2D 39
Octal 215 302 140 33 0 63 30 134 55 71
Binary 10001101 11000010 1100000 11011 0 110011 11000 1011100 101101 111001

Color Harmonies of #8DC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC260

Black with #8DC260

Text Example


Text Example

White with #8DC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DC260; }

 p { color: rgb(141,194,96); }

 H1.HeaderClassName
 {
   color: #8DC260;
 }
 .AnyTagClassName
 {
   color: #8DC260;
 }
</style>

background-color css

<style>
 a { background-color: #8DC260; }

 a { background-color: rgb(141,194,96); }

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

border-color css

<style>
 span { border-color: #8DC260; }

 span { border-color: rgb(141,194,96); }

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