#8BDD60

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

Shades of Mantis #8BDD60

Tints of Mantis #8BDD60

Color information

#8BDD60 (or 0x8BDD60) is unknown color: approx Mantis. HEX triplet: 8B, DD and 60. RGB value is (139,221,96). Sum of RGB (Red+Green+Blue) = 139+221+96=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD60 is #74229F. Grayscale: #B6B6B6. Windows color (decimal): -7611040 or 6348171. OLE color: 6348171.

HSL color Cylindrical-coordinate representation of color #8BDD60: hue angle of 99.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BDD60 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB13922196-
CMYK0.3700.570.13
HSL99.36º64.77%62.16%-
HSV(B)99.36º56.56%86.67%-
XYZ38.6258.0520.24-
YUV182.2379.3397.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=30.48%
G=48.46%
B=21.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139221960.3700.570.1399.3664.7762.16
Hex8BDD6025039D63413e
Octal213335140450711514310176
Binary100010111101110111000001001010111001110111000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,96); }

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

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

 a { background-color: rgb(139,221,96); }

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

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

 span { border-color: rgb(139,221,96); }

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