Html Css Color HEX #8DC955 Mantis

📋 copy color: '#8DC955'

red 141 ◦ green 201 ◦ blue 85

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

Shades of Mantis #8DC955

Tints of Mantis #8DC955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 33.02%
G = 47.07%
B = 19.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#8DC955 (or 0x8DC955) is known color: Mantis. HEX triplet: 8D, C9 and 55. RGB value is (141,201,85). Sum of RGB (Red+Green+Blue) = 141+201+85=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC955 is #7236AA. Grayscale: #AAAAAA. Windows color (decimal): -7485099 or 5622157. OLE color: 5622157.

HSL color Cylindrical-coordinate representation of color #8DC955: hue angle of 91.03º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DC955 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 85 -
CMYK 0.30 0 0.58 0.21
HSL 91.03º 0.52% 0.56% -
HSV(B) 91.03º 0.58% 0.79% -
XYZ 33.51 48.09 16.11 -
YUV 169.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 141 201 85 0.30 0 0.58 0.21 91.03 0.52 0.56
Hex 8D C9 55 1E 0 3A 15 5B 34 38
Octal 215 311 125 36 0 72 25 133 64 70
Binary 10001101 11001001 1010101 11110 0 111010 10101 1011011 110100 111000

Color Harmonies of #8DC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC955

Black with #8DC955

Text Example


Text Example

White with #8DC955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,85); }

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

background-color css

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

 a { background-color: rgb(141,201,85); }

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

border-color css

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

 span { border-color: rgb(141,201,85); }

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