#8ED953

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

Shades of Mantis #8ED953

Tints of Mantis #8ED953

Color information

#8ED953 (or 0x8ED953) is unknown color: approx Mantis. HEX triplet: 8E, D9 and 53. RGB value is (142,217,83). Sum of RGB (Red+Green+Blue) = 142+217+83=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED953 is #7126AC. Grayscale: #B3B3B3. Windows color (decimal): -7415469 or 5495182. OLE color: 5495182.

HSL color Cylindrical-coordinate representation of color #8ED953: hue angle of 93.58º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ED953 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14221783-
CMYK0.3500.620.15
HSL93.58º63.81%58.82%-
HSV(B)93.58º61.75%85.1%-
XYZ37.535617.01-
YUV179.373.65101.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 217 (85.16% from 255) = 49.10%
BLUE value IS 83 (32.81% from 255) = 18.78%
R=32.13%
G=49.10%
B=18.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142217830.3500.620.1593.5863.8158.82
Hex8ED9532303EF5e403b
Octal216331123430761713610073
Binary100011101101100110100111000110111110111110111101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,83); }

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

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

 a { background-color: rgb(142,217,83); }

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

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

 span { border-color: rgb(142,217,83); }

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