#8DDB60

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

Shades of Mantis #8DDB60

Tints of Mantis #8DDB60

Color information

#8DDB60 (or 0x8DDB60) is unknown color: approx Mantis. HEX triplet: 8D, DB and 60. RGB value is (141,219,96). Sum of RGB (Red+Green+Blue) = 141+219+96=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB60 is #72249F. Grayscale: #B6B6B6. Windows color (decimal): -7480480 or 6347661. OLE color: 6347661.

HSL color Cylindrical-coordinate representation of color #8DDB60: hue angle of 98.05º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DDB60 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB14121996-
CMYK0.3600.560.14
HSL98.05º63.08%61.76%-
HSV(B)98.05º56.16%85.88%-
XYZ38.4357.1720.08-
YUV181.6679.6699-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.92%
GREEN value IS 219 (85.94% from 255) = 48.03%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=30.92%
G=48.03%
B=21.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141219960.3600.560.1498.0563.0861.76
Hex8DDB6024038E623f3e
Octal21533314044070161427776
Binary10001101110110111100000100100011100011101100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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