#8FDD68

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

Shades of Mantis #8FDD68

Tints of Mantis #8FDD68

Color information

#8FDD68 (or 0x8FDD68) is unknown color: approx Mantis. HEX triplet: 8F, DD and 68. RGB value is (143,221,104). Sum of RGB (Red+Green+Blue) = 143+221+104=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD68 is #702297. Grayscale: #B8B8B8. Windows color (decimal): -7348888 or 6872463. OLE color: 6872463.

HSL color Cylindrical-coordinate representation of color #8FDD68: hue angle of 100º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FDD68 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB143221104-
CMYK0.3500.530.13
HSL100º63.24%63.73%-
HSV(B)100º52.94%86.67%-
XYZ39.6858.5522.31-
YUV184.3482.6698.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=30.56%
G=47.22%
B=22.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432211040.3500.530.1310063.2463.73
Hex8FDD6823035D643f40
Octal217335150430651514477100
Binary100011111101110111010001000110110101110111001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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