#8CD75C

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

Shades of Mantis #8CD75C

Tints of Mantis #8CD75C

Color information

#8CD75C (or 0x8CD75C) is unknown color: approx Mantis. HEX triplet: 8C, D7 and 5C. RGB value is (140,215,92). Sum of RGB (Red+Green+Blue) = 140+215+92=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD75C is #7328A3. Grayscale: #B2B2B2. Windows color (decimal): -7547044 or 6084492. OLE color: 6084492.

HSL color Cylindrical-coordinate representation of color #8CD75C: hue angle of 96.59º degrees, saturation: 0.61, 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 #8CD75C is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB14021592-
CMYK0.3500.570.16
HSL96.59º60.59%60.2%-
HSV(B)96.59º57.21%84.31%-
XYZ37.0554.9518.78-
YUV178.5579.15100.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=31.32%
G=48.10%
B=20.58%

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
Decimal140215920.3500.570.1696.5960.5960.2
Hex8CD75C2303910613d3c
Octal21432713443071201417574
Binary100011001101011110111001000110111001100001100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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