#85EB51

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

Shades of Mantis #85EB51

Tints of Mantis #85EB51

Color information

#85EB51 (or 0x85EB51) is unknown color: approx Mantis. HEX triplet: 85, EB and 51. RGB value is (133,235,81). Sum of RGB (Red+Green+Blue) = 133+235+81=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB51 is #7A14AE. Grayscale: #BBBBBB. Windows color (decimal): -8000687 or 5368709. OLE color: 5368709.

HSL color Cylindrical-coordinate representation of color #85EB51: hue angle of 99.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85EB51 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB13323581-
CMYK0.4300.660.08
HSL99.74º79.38%61.96%-
HSV(B)99.74º65.53%92.16%-
XYZ40.876518.18-
YUV186.9568.2189.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 235 (92.19% from 255) = 52.34%
BLUE value IS 81 (32.03% from 255) = 18.04%
R=29.62%
G=52.34%
B=18.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133235810.4300.660.0899.7479.3861.96
Hex85EB512B0428644f3e
Octal2053531215301021014411776
Binary1000010111101011101000110101101000010100011001001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EB51; }

 p { color: rgb(133,235,81); }

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

<style>
 a { background-color: #85EB51; }

 a { background-color: rgb(133,235,81); }

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

<style>
 span { border-color: #85EB51; }

 span { border-color: rgb(133,235,81); }

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