#8DCD6A

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

Shades of Mantis #8DCD6A

Tints of Mantis #8DCD6A

Color information

#8DCD6A (or 0x8DCD6A) is unknown color: approx Mantis. HEX triplet: 8D, CD and 6A. RGB value is (141,205,106). Sum of RGB (Red+Green+Blue) = 141+205+106=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD6A is #723295. Grayscale: #AEAEAE. Windows color (decimal): -7484054 or 6999437. OLE color: 6999437.

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

Color convert

RGB141205106-
CMYK0.3100.480.20
HSL98.79º49.75%60.98%-
HSV(B)98.79º48.29%80.39%-
XYZ35.4250.3721.49-
YUV174.5889.3104.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=31.19%
G=45.35%
B=23.45%

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
Decimal1412051060.3100.480.2098.7949.7560.98
Hex8DCD6A1F0301463323d
Octal21531515237060241436275
Binary10001101110011011101010111110110000101001100011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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