#8DD75F

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

Shades of Mantis #8DD75F

Tints of Mantis #8DD75F

Color information

#8DD75F (or 0x8DD75F) is unknown color: approx Mantis. HEX triplet: 8D, D7 and 5F. RGB value is (141,215,95). Sum of RGB (Red+Green+Blue) = 141+215+95=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD75F is #7228A0. Grayscale: #B3B3B3. Windows color (decimal): -7481505 or 6281101. OLE color: 6281101.

HSL color Cylindrical-coordinate representation of color #8DD75F: hue angle of 97º 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 #8DD75F is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB14121595-
CMYK0.3400.560.16
HSL97º60%60.78%-
HSV(B)97º55.81%84.31%-
XYZ37.3555.0919.49-
YUV179.1980.48100.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=31.26%
G=47.67%
B=21.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141215950.3400.560.16976060.78
Hex8DD75F2203810613c3d
Octal21532713742070201417475
Binary100011011101011110111111000100111000100001100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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