Html Css Color HEX #8DD95B Mantis

📋 copy color: '#8DD95B'

red 141 ◦ green 217 ◦ blue 91

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

Shades of Mantis #8DD95B

Tints of Mantis #8DD95B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 31.4%
G = 48.33%
B = 20.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#8DD95B (or 0x8DD95B) is known color: Mantis. HEX triplet: 8D, D9 and 5B. RGB value is (141,217,91). Sum of RGB (Red+Green+Blue) = 141+217+91=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD95B is #7226A4. Grayscale: #B4B4B4. Windows color (decimal): -7480997 or 6019469. OLE color: 6019469.

HSL color Cylindrical-coordinate representation of color #8DD95B: hue angle of 96.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DD95B is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 217 91 -
CMYK 0.35 0 0.58 0.15
HSL 96.19º 0.62% 0.6% -
HSV(B) 96.19º 0.58% 0.85% -
XYZ 37.69 56.04 18.73 -
YUV 179.91 77.82 100.25 -
System Red Green Blue C M Y K H S L
Decimal 141 217 91 0.35 0 0.58 0.15 96.19 0.62 0.6
Hex 8D D9 5B 23 0 3A F 60 3E 3C
Octal 215 331 133 43 0 72 17 140 76 74
Binary 10001101 11011001 1011011 100011 0 111010 1111 1100000 111110 111100

Color Harmonies of #8DD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD95B

Black with #8DD95B

Text Example


Text Example

White with #8DD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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