Html Css Color HEX #8DBD5D Mantis

📋 copy color: '#8DBD5D'

red 141 ◦ green 189 ◦ blue 93

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

Shades of Mantis #8DBD5D

Tints of Mantis #8DBD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

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

R = 33.33%
G = 44.68%
B = 21.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#8DBD5D (or 0x8DBD5D) is known color: Mantis. HEX triplet: 8D, BD and 5D. RGB value is (141,189,93). Sum of RGB (Red+Green+Blue) = 141+189+93=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD5D is #7242A2. Grayscale: #A4A4A4. Windows color (decimal): -7488163 or 6143373. OLE color: 6143373.

HSL color Cylindrical-coordinate representation of color #8DBD5D: hue angle of 90º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DBD5D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 189 93 -
CMYK 0.25 0 0.51 0.26
HSL 90º 0.42% 0.55% -
HSV(B) 90º 0.51% 0.74% -
XYZ 31.16 42.85 16.98 -
YUV 163.7 88.1 111.81 -
System Red Green Blue C M Y K H S L
Decimal 141 189 93 0.25 0 0.51 0.26 90 0.42 0.55
Hex 8D BD 5D 19 0 33 1A 5A 2A 37
Octal 215 275 135 31 0 63 32 132 52 67
Binary 10001101 10111101 1011101 11001 0 110011 11010 1011010 101010 110111

Color Harmonies of #8DBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD5D

Black with #8DBD5D

Text Example


Text Example

White with #8DBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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