Html Css Color HEX #8DCB5E Mantis

📋 copy color: '#8DCB5E'

red 141 ◦ green 203 ◦ blue 94

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

Shades of Mantis #8DCB5E

Tints of Mantis #8DCB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

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

R = 32.19%
G = 46.35%
B = 21.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#8DCB5E (or 0x8DCB5E) is known color: Mantis. HEX triplet: 8D, CB and 5E. RGB value is (141,203,94). Sum of RGB (Red+Green+Blue) = 141+203+94=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB5E is #7234A1. Grayscale: #ACACAC. Windows color (decimal): -7484578 or 6212493. OLE color: 6212493.

HSL color Cylindrical-coordinate representation of color #8DCB5E: hue angle of 94.13º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DCB5E is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 203 94 -
CMYK 0.31 0 0.54 0.20
HSL 94.13º 0.51% 0.58% -
HSV(B) 94.13º 0.54% 0.8% -
XYZ 34.36 49.18 18.27 -
YUV 172.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 141 203 94 0.31 0 0.54 0.20 94.13 0.51 0.58
Hex 8D CB 5E 1F 0 36 14 5E 33 3A
Octal 215 313 136 37 0 66 24 136 63 72
Binary 10001101 11001011 1011110 11111 0 110110 10100 1011110 110011 111010

Color Harmonies of #8DCB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCB5E

Black with #8DCB5E

Text Example


Text Example

White with #8DCB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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