#8CD75D

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

Shades of Mantis #8CD75D

Tints of Mantis #8CD75D

Color information

#8CD75D (or 0x8CD75D) is unknown color: approx Mantis. HEX triplet: 8C, D7 and 5D. RGB value is (140,215,93). Sum of RGB (Red+Green+Blue) = 140+215+93=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD75D is #7328A2. Grayscale: #B3B3B3. Windows color (decimal): -7547043 or 6150028. OLE color: 6150028.

HSL color Cylindrical-coordinate representation of color #8CD75D: hue angle of 96.89º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CD75D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB14021593-
CMYK0.3500.570.16
HSL96.89º60.4%60.39%-
HSV(B)96.89º56.74%84.31%-
XYZ37.0954.9719.01-
YUV178.6779.65100.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 215 (84.38% from 255) = 47.99%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=31.25%
G=47.99%
B=20.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140215930.3500.570.1696.8960.460.39
Hex8CD75D2303910613c3c
Octal21432713543071201417474
Binary100011001101011110111011000110111001100001100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,93); }

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

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

 a { background-color: rgb(140,215,93); }

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

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

 span { border-color: rgb(140,215,93); }

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