Html Css Color HEX #8DCD5D Mantis

📋 copy color: '#8DCD5D'

red 141 ◦ green 205 ◦ blue 93

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

Shades of Mantis #8DCD5D

Tints of Mantis #8DCD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.7%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 32.12%
G = 46.7%
B = 21.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#8DCD5D (or 0x8DCD5D) is known color: Mantis. HEX triplet: 8D, CD and 5D. RGB value is (141,205,93). Sum of RGB (Red+Green+Blue) = 141+205+93=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD5D is #7232A2. Grayscale: #ADADAD. Windows color (decimal): -7484067 or 6147469. OLE color: 6147469.

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

Color convert

RGB 141 205 93 -
CMYK 0.31 0 0.55 0.20
HSL 94.29º 0.53% 0.58% -
HSV(B) 94.29º 0.55% 0.8% -
XYZ 34.79 50.12 18.2 -
YUV 173.1 82.8 105.11 -
System Red Green Blue C M Y K H S L
Decimal 141 205 93 0.31 0 0.55 0.20 94.29 0.53 0.58
Hex 8D CD 5D 1F 0 37 14 5E 35 3A
Octal 215 315 135 37 0 67 24 136 65 72
Binary 10001101 11001101 1011101 11111 0 110111 10100 1011110 110101 111010

Color Harmonies of #8DCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD5D

Black with #8DCD5D

Text Example


Text Example

White with #8DCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,93); }

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

background-color css

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

 a { background-color: rgb(141,205,93); }

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

border-color css

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

 span { border-color: rgb(141,205,93); }

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