#8CD261

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

Shades of Mantis #8CD261

Tints of Mantis #8CD261

Color information

#8CD261 (or 0x8CD261) is unknown color: approx Mantis. HEX triplet: 8C, D2 and 61. RGB value is (140,210,97). Sum of RGB (Red+Green+Blue) = 140+210+97=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD261 is #732D9E. Grayscale: #B0B0B0. Windows color (decimal): -7548319 or 6410892. OLE color: 6410892.

HSL color Cylindrical-coordinate representation of color #8CD261: hue angle of 97.17º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CD261 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB14021097-
CMYK0.3300.540.18
HSL97.17º55.67%60.2%-
HSV(B)97.17º53.81%82.35%-
XYZ36.0252.5319.55-
YUV176.1983.31102.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=31.32%
G=46.98%
B=21.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140210970.3300.540.1897.1755.6760.2
Hex8CD261210361261383c
Octal21432214141066221417074
Binary100011001101001011000011000010110110100101100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,97); }

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

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

 a { background-color: rgb(140,210,97); }

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

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

 span { border-color: rgb(140,210,97); }

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