#8DCB68

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

Shades of Mantis #8DCB68

Tints of Mantis #8DCB68

Color information

#8DCB68 (or 0x8DCB68) is unknown color: approx Mantis. HEX triplet: 8D, CB and 68. RGB value is (141,203,104). Sum of RGB (Red+Green+Blue) = 141+203+104=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB68 is #723497. Grayscale: #ADADAD. Windows color (decimal): -7484568 or 6867853. OLE color: 6867853.

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

Color convert

RGB141203104-
CMYK0.3100.490.20
HSL97.58º48.77%60.2%-
HSV(B)97.58º48.77%79.61%-
XYZ34.8449.3720.79-
YUV173.1888.96105.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=31.47%
G=45.31%
B=23.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031040.3100.490.2097.5848.7760.2
Hex8DCB681F0311462313c
Octal21531315037061241426174
Binary10001101110010111101000111110110001101001100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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