#8DBF68

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

Shades of Mantis #8DBF68

Tints of Mantis #8DBF68

Color information

#8DBF68 (or 0x8DBF68) is unknown color: approx Mantis. HEX triplet: 8D, BF and 68. RGB value is (141,191,104). Sum of RGB (Red+Green+Blue) = 141+191+104=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF68 is #724097. Grayscale: #A6A6A6. Windows color (decimal): -7487640 or 6864781. OLE color: 6864781.

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

Color convert

RGB141191104-
CMYK0.2600.460.25
HSL94.48º40.47%57.84%-
HSV(B)94.48º45.55%74.9%-
XYZ32.1143.9219.88-
YUV166.1392.94110.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=32.34%
G=43.81%
B=23.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411911040.2600.460.2594.4840.4757.84
Hex8DBF681A02E195e283a
Octal21527715032056311365072
Binary10001101101111111101000110100101110110011011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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