#8CD45B

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

Shades of Mantis #8CD45B

Tints of Mantis #8CD45B

Color information

#8CD45B (or 0x8CD45B) is unknown color: approx Mantis. HEX triplet: 8C, D4 and 5B. RGB value is (140,212,91). Sum of RGB (Red+Green+Blue) = 140+212+91=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD45B is #732BA4. Grayscale: #B1B1B1. Windows color (decimal): -7547813 or 6018188. OLE color: 6018188.

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

Color convert

RGB14021291-
CMYK0.3400.570.17
HSL95.7º58.45%59.41%-
HSV(B)95.7º57.08%83.14%-
XYZ36.2553.4218.3-
YUV176.6879.65101.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=31.60%
G=47.86%
B=20.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140212910.3400.570.1795.758.4559.41
Hex8CD45B2203911603a3b
Octal21432413342071211407273
Binary100011001101010010110111000100111001100011100000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,91); }

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

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

 a { background-color: rgb(140,212,91); }

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

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

 span { border-color: rgb(140,212,91); }

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