#8BD250

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

Shades of Mantis #8BD250

Tints of Mantis #8BD250

Color information

#8BD250 (or 0x8BD250) is unknown color: approx Mantis. HEX triplet: 8B, D2 and 50. RGB value is (139,210,80). Sum of RGB (Red+Green+Blue) = 139+210+80=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD250 is #742DAF. Grayscale: #AEAEAE. Windows color (decimal): -7613872 or 5296779. OLE color: 5296779.

HSL color Cylindrical-coordinate representation of color #8BD250: hue angle of 92.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BD250 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB13921080-
CMYK0.3400.620.18
HSL92.77º59.09%56.86%-
HSV(B)92.77º61.9%82.35%-
XYZ35.1452.1615.81-
YUV173.9574.98103.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 80 (31.64% from 255) = 18.65%
R=32.40%
G=48.95%
B=18.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139210800.3400.620.1892.7759.0956.86
Hex8BD2502203E125d3b39
Octal21332212042076221357371
Binary100010111101001010100001000100111110100101011101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,210,80); }

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

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

 a { background-color: rgb(139,210,80); }

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

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

 span { border-color: rgb(139,210,80); }

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