#8CC475

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

Shades of Mantis #8CC475

Tints of Mantis #8CC475

Color information

#8CC475 (or 0x8CC475) is unknown color: approx Mantis. HEX triplet: 8C, C4 and 75. RGB value is (140,196,117). Sum of RGB (Red+Green+Blue) = 140+196+117=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC475 is #733B8A. Grayscale: #AAAAAA. Windows color (decimal): -7551883 or 7718028. OLE color: 7718028.

HSL color Cylindrical-coordinate representation of color #8CC475: hue angle of 102.53º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC475 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB140196117-
CMYK0.2900.400.23
HSL102.53º40.1%61.37%-
HSV(B)102.53º40.31%76.86%-
XYZ33.7746.3423.99-
YUV170.2597.95106.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.91%
GREEN value IS 196 (76.95% from 255) = 43.27%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=30.91%
G=43.27%
B=25.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401961170.2900.400.23102.5340.161.37
Hex8CC4751D0281767283d
Octal21430416535050271475075
Binary10001100110001001110101111010101000101111100111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,196,117); }

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

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

 a { background-color: rgb(140,196,117); }

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

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

 span { border-color: rgb(140,196,117); }

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