#8CD661

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

Shades of Mantis #8CD661

Tints of Mantis #8CD661

Color information

#8CD661 (or 0x8CD661) is unknown color: approx Mantis. HEX triplet: 8C, D6 and 61. RGB value is (140,214,97). Sum of RGB (Red+Green+Blue) = 140+214+97=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD661 is #73299E. Grayscale: #B2B2B2. Windows color (decimal): -7547295 or 6411916. OLE color: 6411916.

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

Color convert

RGB14021497-
CMYK0.3500.550.16
HSL97.95º58.79%60.98%-
HSV(B)97.95º54.67%83.92%-
XYZ37.0254.5319.88-
YUV178.5481.98100.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.04%
GREEN value IS 214 (83.98% from 255) = 47.45%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=31.04%
G=47.45%
B=21.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140214970.3500.550.1697.9558.7960.98
Hex8CD6612303710623b3d
Octal21432614143067201427375
Binary100011001101011011000011000110110111100001100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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