#8DCB69

Color #8DCB69 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8DCB69

Tints of Mantis #8DCB69

Color information

#8DCB69 (or 0x8DCB69) is unknown color: approx Mantis. HEX triplet: 8D, CB and 69. RGB value is (141,203,105). Sum of RGB (Red+Green+Blue) = 141+203+105=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB69 is #723496. Grayscale: #ADADAD. Windows color (decimal): -7484567 or 6933389. OLE color: 6933389.

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

Color convert

RGB141203105-
CMYK0.3100.480.20
HSL97.96º48.51%60.39%-
HSV(B)97.96º48.28%79.61%-
XYZ34.8949.3921.06-
YUV173.2989.46104.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=31.40%
G=45.21%
B=23.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031050.3100.480.2097.9648.5160.39
Hex8DCB691F0301462313c
Octal21531315137060241426174
Binary10001101110010111101001111110110000101001100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DCB69;
 }
 .AnyTagClassName
 {
   color: #8DCB69;
 }
</style>
background-color css

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

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

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

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

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

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