#85EB4F

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

Shades of Mantis #85EB4F

Tints of Mantis #85EB4F

Color information

#85EB4F (or 0x85EB4F) is unknown color: approx Mantis. HEX triplet: 85, EB and 4F. RGB value is (133,235,79). Sum of RGB (Red+Green+Blue) = 133+235+79=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB4F is #7A14B0. Grayscale: #BBBBBB. Windows color (decimal): -8000689 or 5237637. OLE color: 5237637.

HSL color Cylindrical-coordinate representation of color #85EB4F: hue angle of 99.23º degrees, saturation: 0.8, 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 #85EB4F is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB13323579-
CMYK0.4300.660.08
HSL99.23º79.59%61.57%-
HSV(B)99.23º66.38%92.16%-
XYZ40.7964.9717.79-
YUV186.7267.2189.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 235 (92.19% from 255) = 52.57%
BLUE value IS 79 (31.25% from 255) = 17.67%
R=29.75%
G=52.57%
B=17.67%

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
Decimal133235790.4300.660.0899.2379.5961.57
Hex85EB4F2B042863503e
Octal2053531175301021014312076
Binary1000010111101011100111110101101000010100011000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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