Html Css Color HEX #8DD95E Mantis

📋 copy color: '#8DD95E'

red 141 ◦ green 217 ◦ blue 94

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

Shades of Mantis #8DD95E

Tints of Mantis #8DD95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.8%

R = 31.19%
G = 48.01%
B = 20.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#8DD95E (or 0x8DD95E) is known color: Mantis. HEX triplet: 8D, D9 and 5E. RGB value is (141,217,94). Sum of RGB (Red+Green+Blue) = 141+217+94=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD95E is #7226A1. Grayscale: #B4B4B4. Windows color (decimal): -7480994 or 6216077. OLE color: 6216077.

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

Color convert

RGB 141 217 94 -
CMYK 0.35 0 0.57 0.15
HSL 97.07º 0.62% 0.61% -
HSV(B) 97.07º 0.57% 0.85% -
XYZ 37.82 56.1 19.42 -
YUV 180.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 141 217 94 0.35 0 0.57 0.15 97.07 0.62 0.61
Hex 8D D9 5E 23 0 39 F 61 3E 3D
Octal 215 331 136 43 0 71 17 141 76 75
Binary 10001101 11011001 1011110 100011 0 111001 1111 1100001 111110 111101

Color Harmonies of #8DD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD95E

Black with #8DD95E

Text Example


Text Example

White with #8DD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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