#8DD360

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

Shades of Mantis #8DD360

Tints of Mantis #8DD360

Color information

#8DD360 (or 0x8DD360) is unknown color: approx Mantis. HEX triplet: 8D, D3 and 60. RGB value is (141,211,96). Sum of RGB (Red+Green+Blue) = 141+211+96=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD360 is #722C9F. Grayscale: #B1B1B1. Windows color (decimal): -7482528 or 6345613. OLE color: 6345613.

HSL color Cylindrical-coordinate representation of color #8DD360: hue angle of 96.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DD360 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB14121196-
CMYK0.3300.550.17
HSL96.52º56.65%60.2%-
HSV(B)96.52º54.5%82.75%-
XYZ36.3953.119.4-
YUV176.9682.31102.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 211 (82.81% from 255) = 47.10%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=31.47%
G=47.10%
B=21.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141211960.3300.550.1796.5256.6560.2
Hex8DD360210371161393c
Octal21532314041067211417174
Binary100011011101001111000001000010110111100011100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,211,96); }

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

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

 a { background-color: rgb(141,211,96); }

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

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

 span { border-color: rgb(141,211,96); }

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