#8CD35E

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

Shades of Mantis #8CD35E

Tints of Mantis #8CD35E

Color information

#8CD35E (or 0x8CD35E) is unknown color: approx Mantis. HEX triplet: 8C, D3 and 5E. RGB value is (140,211,94). Sum of RGB (Red+Green+Blue) = 140+211+94=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD35E is #732CA1. Grayscale: #B0B0B0. Windows color (decimal): -7548066 or 6214540. OLE color: 6214540.

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

Color convert

RGB14021194-
CMYK0.3400.550.17
HSL96.41º57.07%59.8%-
HSV(B)96.41º55.45%82.75%-
XYZ36.1352.9718.91-
YUV176.4381.48102.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 211 (82.81% from 255) = 47.42%
BLUE value IS 94 (37.11% from 255) = 21.12%
R=31.46%
G=47.42%
B=21.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140211940.3400.550.1796.4157.0759.8
Hex8CD35E220371160393c
Octal21432313642067211407174
Binary100011001101001110111101000100110111100011100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,94); }

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

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

 a { background-color: rgb(140,211,94); }

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

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

 span { border-color: rgb(140,211,94); }

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