Html Css Color HEX #8DC95B Mantis

📋 copy color: '#8DC95B'

red 141 ◦ green 201 ◦ blue 91

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

Shades of Mantis #8DC95B

Tints of Mantis #8DC95B

RGB

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

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

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

R = 32.56%
G = 46.42%
B = 21.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#8DC95B (or 0x8DC95B) is known color: Mantis. HEX triplet: 8D, C9 and 5B. RGB value is (141,201,91). Sum of RGB (Red+Green+Blue) = 141+201+91=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC95B is #7236A4. Grayscale: #AAAAAA. Windows color (decimal): -7485093 or 6015373. OLE color: 6015373.

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

Color convert

RGB 141 201 91 -
CMYK 0.30 0 0.55 0.21
HSL 92.73º 0.5% 0.57% -
HSV(B) 92.73º 0.55% 0.79% -
XYZ 33.76 48.19 17.42 -
YUV 170.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 141 201 91 0.30 0 0.55 0.21 92.73 0.5 0.57
Hex 8D C9 5B 1E 0 37 15 5D 32 39
Octal 215 311 133 36 0 67 25 135 62 71
Binary 10001101 11001001 1011011 11110 0 110111 10101 1011101 110010 111001

Color Harmonies of #8DC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC95B

Black with #8DC95B

Text Example


Text Example

White with #8DC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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