#8ADC51

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

Shades of Mantis #8ADC51

Tints of Mantis #8ADC51

Color information

#8ADC51 (or 0x8ADC51) is unknown color: approx Mantis. HEX triplet: 8A, DC and 51. RGB value is (138,220,81). Sum of RGB (Red+Green+Blue) = 138+220+81=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC51 is #7523AE. Grayscale: #B4B4B4. Windows color (decimal): -7676847 or 5364874. OLE color: 5364874.

HSL color Cylindrical-coordinate representation of color #8ADC51: hue angle of 95.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ADC51 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB13822081-
CMYK0.3700.630.14
HSL95.4º66.51%59.02%-
HSV(B)95.4º63.18%86.27%-
XYZ37.5657.1816.84-
YUV179.6472.3398.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=31.44%
G=50.11%
B=18.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138220810.3700.630.1495.466.5159.02
Hex8ADC512503FE5f433b
Octal212334121450771613710373
Binary100010101101110010100011001010111111111010111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,81); }

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

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

 a { background-color: rgb(138,220,81); }

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

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

 span { border-color: rgb(138,220,81); }

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