#8FD75F

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

Shades of Mantis #8FD75F

Tints of Mantis #8FD75F

Color information

#8FD75F (or 0x8FD75F) is unknown color: approx Mantis. HEX triplet: 8F, D7 and 5F. RGB value is (143,215,95). Sum of RGB (Red+Green+Blue) = 143+215+95=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD75F is #7028A0. Grayscale: #B4B4B4. Windows color (decimal): -7350433 or 6281103. OLE color: 6281103.

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

Color convert

RGB14321595-
CMYK0.3300.560.16
HSL96º60%60.78%-
HSV(B)96º55.81%84.31%-
XYZ37.6955.2719.51-
YUV179.7980.15101.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 215 (84.38% from 255) = 47.46%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=31.57%
G=47.46%
B=20.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143215950.3300.560.16966060.78
Hex8FD75F2103810603c3d
Octal21732713741070201407475
Binary100011111101011110111111000010111000100001100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,215,95); }

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

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

 a { background-color: rgb(143,215,95); }

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

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

 span { border-color: rgb(143,215,95); }

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