#85DE55

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

Shades of Mantis #85DE55

Tints of Mantis #85DE55

Color information

#85DE55 (or 0x85DE55) is unknown color: approx Mantis. HEX triplet: 85, DE and 55. RGB value is (133,222,85). Sum of RGB (Red+Green+Blue) = 133+222+85=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE55 is #7A21AA. Grayscale: #B4B4B4. Windows color (decimal): -8004011 or 5627525. OLE color: 5627525.

HSL color Cylindrical-coordinate representation of color #85DE55: hue angle of 98.98º degrees, saturation: 0.67, 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 #85DE55 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB13322285-
CMYK0.4000.620.13
HSL98.98º67.49%60.2%-
HSV(B)98.98º61.71%87.06%-
XYZ37.4357.8817.79-
YUV179.7774.5194.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=30.23%
G=50.45%
B=19.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133222850.4000.620.1398.9867.4960.2
Hex85DE552803ED63433c
Octal205336125500761514310374
Binary100001011101111010101011010000111110110111000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,85); }

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

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

 a { background-color: rgb(133,222,85); }

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

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

 span { border-color: rgb(133,222,85); }

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