#85D556

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

Shades of Mantis #85D556

Tints of Mantis #85D556

Color information

#85D556 (or 0x85D556) is unknown color: approx Mantis. HEX triplet: 85, D5 and 56. RGB value is (133,213,86). Sum of RGB (Red+Green+Blue) = 133+213+86=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #85D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D556 is #7A2AA9. Grayscale: #AFAFAF. Windows color (decimal): -8006314 or 5690757. OLE color: 5690757.

HSL color Cylindrical-coordinate representation of color #85D556: hue angle of 97.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85D556 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB13321386-
CMYK0.3800.600.16
HSL97.8º60.19%58.63%-
HSV(B)97.8º59.62%83.53%-
XYZ35.1553.2517.23-
YUV174.67898.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 213 (83.59% from 255) = 49.31%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=30.79%
G=49.31%
B=19.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133213860.3800.600.1697.860.1958.63
Hex85D5562603C10623c3b
Octal20532512646074201427473
Binary100001011101010110101101001100111100100001100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,86); }

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

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

 a { background-color: rgb(133,213,86); }

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

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

 span { border-color: rgb(133,213,86); }

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