#8DD65C

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

Shades of Mantis #8DD65C

Tints of Mantis #8DD65C

Color information

#8DD65C (or 0x8DD65C) is unknown color: approx Mantis. HEX triplet: 8D, D6 and 5C. RGB value is (141,214,92). Sum of RGB (Red+Green+Blue) = 141+214+92=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD65C is #7229A3. Grayscale: #B2B2B2. Windows color (decimal): -7481764 or 6084237. OLE color: 6084237.

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

Color convert

RGB14121492-
CMYK0.3400.570.16
HSL95.9º59.8%60%-
HSV(B)95.9º57.01%83.92%-
XYZ36.9654.5318.7-
YUV178.2679.32101.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=31.54%
G=47.87%
B=20.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141214920.3400.570.1695.959.860
Hex8DD65C2203910603c3c
Octal21532613442071201407474
Binary100011011101011010111001000100111001100001100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,92); }

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

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

 a { background-color: rgb(141,214,92); }

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

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

 span { border-color: rgb(141,214,92); }

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