#8DBF53

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

Shades of Mantis #8DBF53

Tints of Mantis #8DBF53

Color information

#8DBF53 (or 0x8DBF53) is unknown color: approx Mantis. HEX triplet: 8D, BF and 53. RGB value is (141,191,83). Sum of RGB (Red+Green+Blue) = 141+191+83=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBF53 is #7240AC. Grayscale: #A4A4A4. Windows color (decimal): -7487661 or 5488525. OLE color: 5488525.

HSL color Cylindrical-coordinate representation of color #8DBF53: hue angle of 87.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DBF53 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14119183-
CMYK0.2600.570.25
HSL87.78º45.76%53.73%-
HSV(B)87.78º56.54%74.9%-
XYZ31.1843.5514.95-
YUV163.7482.44111.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 83 (32.81% from 255) = 20%
R=33.98%
G=46.02%
B=20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141191830.2600.570.2587.7845.7653.73
Hex8DBF531A03919582e36
Octal21527712332071311305666
Binary10001101101111111010011110100111001110011011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,191,83); }

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

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

 a { background-color: rgb(141,191,83); }

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

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

 span { border-color: rgb(141,191,83); }

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