#8DC650

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

Shades of Mantis #8DC650

Tints of Mantis #8DC650

Color information

#8DC650 (or 0x8DC650) is unknown color: approx Mantis. HEX triplet: 8D, C6 and 50. RGB value is (141,198,80). Sum of RGB (Red+Green+Blue) = 141+198+80=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC650 is #7239AF. Grayscale: #A7A7A7. Windows color (decimal): -7485872 or 5293709. OLE color: 5293709.

HSL color Cylindrical-coordinate representation of color #8DC650: hue angle of 88.98º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DC650 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB14119880-
CMYK0.2900.600.22
HSL88.98º50.86%54.51%-
HSV(B)88.98º59.6%77.65%-
XYZ32.6346.6314.87-
YUV167.578.62109.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=33.65%
G=47.26%
B=19.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141198800.2900.600.2288.9850.8654.51
Hex8DC6501D03C16593337
Octal21530612035074261316367
Binary10001101110001101010000111010111100101101011001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,80); }

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

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

 a { background-color: rgb(141,198,80); }

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

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

 span { border-color: rgb(141,198,80); }

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