#8BCD72

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

Shades of Mantis #8BCD72

Tints of Mantis #8BCD72

Color information

#8BCD72 (or 0x8BCD72) is unknown color: approx Mantis. HEX triplet: 8B, CD and 72. RGB value is (139,205,114). Sum of RGB (Red+Green+Blue) = 139+205+114=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD72 is #74328D. Grayscale: #AFAFAF. Windows color (decimal): -7615118 or 7523723. OLE color: 7523723.

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

Color convert

RGB139205114-
CMYK0.3200.440.20
HSL103.52º47.64%62.55%-
HSV(B)103.52º44.39%80.39%-
XYZ35.5250.3723.77-
YUV174.8993.63102.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.35%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=30.35%
G=44.76%
B=24.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392051140.3200.440.20103.5247.6462.55
Hex8BCD722002C1468303f
Octal21331516240054241506077
Binary100010111100110111100101000000101100101001101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,114); }

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

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

 a { background-color: rgb(139,205,114); }

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

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

 span { border-color: rgb(139,205,114); }

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