#8FCA68

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

Shades of Mantis #8FCA68

Tints of Mantis #8FCA68

Color information

#8FCA68 (or 0x8FCA68) is unknown color: approx Mantis. HEX triplet: 8F, CA and 68. RGB value is (143,202,104). Sum of RGB (Red+Green+Blue) = 143+202+104=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA68 is #703597. Grayscale: #ADADAD. Windows color (decimal): -7353752 or 6867599. OLE color: 6867599.

HSL color Cylindrical-coordinate representation of color #8FCA68: hue angle of 96.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FCA68 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB143202104-
CMYK0.2900.490.21
HSL96.12º48.04%60%-
HSV(B)96.12º48.51%79.22%-
XYZ34.9549.0820.73-
YUV173.1988.95106.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=31.85%
G=44.99%
B=23.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021040.2900.490.2196.1248.0460
Hex8FCA681D0311560303c
Octal21731215035061251406074
Binary10001111110010101101000111010110001101011100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,104); }

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

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

 a { background-color: rgb(143,202,104); }

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

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

 span { border-color: rgb(143,202,104); }

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