#8DC750

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

Shades of Mantis #8DC750

Tints of Mantis #8DC750

Color information

#8DC750 (or 0x8DC750) is unknown color: approx Mantis. HEX triplet: 8D, C7 and 50. RGB value is (141,199,80). Sum of RGB (Red+Green+Blue) = 141+199+80=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC750 is #7238AF. Grayscale: #A8A8A8. Windows color (decimal): -7485616 or 5293965. OLE color: 5293965.

HSL color Cylindrical-coordinate representation of color #8DC750: hue angle of 89.24º degrees, saturation: 0.52, 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 #8DC750 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB14119980-
CMYK0.2900.600.22
HSL89.24º51.52%54.71%-
HSV(B)89.24º59.8%78.04%-
XYZ32.8647.0914.95-
YUV168.0978.28108.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=33.57%
G=47.38%
B=19.05%

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
Decimal141199800.2900.600.2289.2451.5254.71
Hex8DC7501D03C16593437
Octal21530712035074261316467
Binary10001101110001111010000111010111100101101011001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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