Html Css Color HEX #8DBD66 Mantis

📋 copy color: '#8DBD66'

red 141 ◦ green 189 ◦ blue 102

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

Shades of Mantis #8DBD66

Tints of Mantis #8DBD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 32.64%
G = 43.75%
B = 23.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#8DBD66 (or 0x8DBD66) is known color: Mantis. HEX triplet: 8D, BD and 66. RGB value is (141,189,102). Sum of RGB (Red+Green+Blue) = 141+189+102=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBD66 is #724299. Grayscale: #A5A5A5. Windows color (decimal): -7488154 or 6733197. OLE color: 6733197.

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

Color convert

RGB 141 189 102 -
CMYK 0.25 0 0.46 0.26
HSL 93.1º 0.4% 0.57% -
HSV(B) 93.1º 0.46% 0.74% -
XYZ 31.58 43.02 19.21 -
YUV 164.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 141 189 102 0.25 0 0.46 0.26 93.1 0.4 0.57
Hex 8D BD 66 19 0 2E 1A 5D 28 39
Octal 215 275 146 31 0 56 32 135 50 71
Binary 10001101 10111101 1100110 11001 0 101110 11010 1011101 101000 111001

Color Harmonies of #8DBD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBD66

Black with #8DBD66

Text Example


Text Example

White with #8DBD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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