#8CC256

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

Shades of Mantis #8CC256

Tints of Mantis #8CC256

Color information

#8CC256 (or 0x8CC256) is unknown color: approx Mantis. HEX triplet: 8C, C2 and 56. RGB value is (140,194,86). Sum of RGB (Red+Green+Blue) = 140+194+86=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC256 is #733DA9. Grayscale: #A5A5A5. Windows color (decimal): -7552426 or 5685900. OLE color: 5685900.

HSL color Cylindrical-coordinate representation of color #8CC256: hue angle of 90º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CC256 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB14019486-
CMYK0.2800.560.24
HSL90º46.96%54.9%-
HSV(B)90º55.67%76.08%-
XYZ31.7944.8315.78-
YUV165.5483.11109.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 46.19%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=33.33%
G=46.19%
B=20.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140194860.2800.560.249046.9654.9
Hex8CC2561C038185a2f37
Octal21430212634070301325767
Binary10001100110000101010110111000111000110001011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,194,86); }

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

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

 a { background-color: rgb(140,194,86); }

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

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

 span { border-color: rgb(140,194,86); }

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