#8DCD67

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

Shades of Mantis #8DCD67

Tints of Mantis #8DCD67

Color information

#8DCD67 (or 0x8DCD67) is unknown color: approx Mantis. HEX triplet: 8D, CD and 67. RGB value is (141,205,103). Sum of RGB (Red+Green+Blue) = 141+205+103=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD67 is #723298. Grayscale: #AEAEAE. Windows color (decimal): -7484057 or 6802829. OLE color: 6802829.

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

Color convert

RGB141205103-
CMYK0.3100.500.20
HSL97.65º50.5%60.39%-
HSV(B)97.65º49.76%80.39%-
XYZ35.2650.320.68-
YUV174.2487.8104.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=31.40%
G=45.66%
B=22.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412051030.3100.500.2097.6550.560.39
Hex8DCD671F0321462323c
Octal21531514737062241426274
Binary10001101110011011100111111110110010101001100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,103); }

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

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

 a { background-color: rgb(141,205,103); }

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

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

 span { border-color: rgb(141,205,103); }

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