#8DCD51

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

Shades of Mantis #8DCD51

Tints of Mantis #8DCD51

Color information

#8DCD51 (or 0x8DCD51) is unknown color: approx Mantis. HEX triplet: 8D, CD and 51. RGB value is (141,205,81). Sum of RGB (Red+Green+Blue) = 141+205+81=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCD51 is #7232AE. Grayscale: #ACACAC. Windows color (decimal): -7484079 or 5361037. OLE color: 5361037.

HSL color Cylindrical-coordinate representation of color #8DCD51: hue angle of 90.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DCD51 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB14120581-
CMYK0.3100.600.20
HSL90.97º55.36%56.08%-
HSV(B)90.97º60.49%80.39%-
XYZ34.349.9215.61-
YUV171.7376.8106.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.02%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=33.02%
G=48.01%
B=18.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205810.3100.600.2090.9755.3656.08
Hex8DCD511F03C145b3738
Octal21531512137074241336770
Binary10001101110011011010001111110111100101001011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,81); }

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

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

 a { background-color: rgb(141,205,81); }

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

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

 span { border-color: rgb(141,205,81); }

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