#8DD258

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

Shades of Mantis #8DD258

Tints of Mantis #8DD258

Color information

#8DD258 (or 0x8DD258) is unknown color: approx Mantis. HEX triplet: 8D, D2 and 58. RGB value is (141,210,88). Sum of RGB (Red+Green+Blue) = 141+210+88=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD258 is #722DA7. Grayscale: #AFAFAF. Windows color (decimal): -7482792 or 5821069. OLE color: 5821069.

HSL color Cylindrical-coordinate representation of color #8DD258: hue angle of 93.93º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DD258 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB14121088-
CMYK0.3300.580.18
HSL93.93º57.55%58.43%-
HSV(B)93.93º58.1%82.35%-
XYZ35.7952.4617.47-
YUV175.4678.64103.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 210 (82.42% from 255) = 47.84%
BLUE value IS 88 (34.77% from 255) = 20.05%
R=32.12%
G=47.84%
B=20.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141210880.3300.580.1893.9357.5558.43
Hex8DD2582103A125e3a3a
Octal21532213041072221367272
Binary100011011101001010110001000010111010100101011110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,88); }

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

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

 a { background-color: rgb(141,210,88); }

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

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

 span { border-color: rgb(141,210,88); }

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