#8adf55

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

Shades of Mantis #8ADF55

Tints of Mantis #8ADF55

Color information

#8ADF55 (or 0x8ADF55) is unknown color: approx Mantis. HEX triplet: 8A, DF and 55. RGB value is (138,223,85). Sum of RGB (Red+Green+Blue) = 138+223+85=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF55 is #7520AA. Grayscale: #B6B6B6. Windows color (decimal): -7676075 or 5627786. OLE color: 5627786.

HSL color Cylindrical-coordinate representation of color #8ADF55: hue angle of 96.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8ADF55 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB13822385-
CMYK0.3800.620.13
HSL96.96º68.32%60.39%-
HSV(B)96.96º61.88%87.45%-
XYZ38.5158.8317.92-
YUV181.8573.3496.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 223 (87.5% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=30.94%
G=50%
B=19.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138223850.3800.620.1396.9668.3260.39
Hex8ADF552603ED61443c
Octal212337125460761514110474
Binary100010101101111110101011001100111110110111000011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8adf55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,85); }

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

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

 a { background-color: rgb(138,223,85); }

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

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

 span { border-color: rgb(138,223,85); }

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