#85D94B

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

Shades of Mantis #85D94B

Tints of Mantis #85D94B

Color information

#85D94B (or 0x85D94B) is unknown color: approx Mantis. HEX triplet: 85, D9 and 4B. RGB value is (133,217,75). Sum of RGB (Red+Green+Blue) = 133+217+75=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #85D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D94B is #7A26B4. Grayscale: #B0B0B0. Windows color (decimal): -8005301 or 4970885. OLE color: 4970885.

HSL color Cylindrical-coordinate representation of color #85D94B: hue angle of 95.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85D94B is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB13321775-
CMYK0.3900.650.15
HSL95.49º65.14%57.25%-
HSV(B)95.49º65.44%85.1%-
XYZ35.7655.1215.41-
YUV175.771.1797.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 51.06%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=31.29%
G=51.06%
B=17.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133217750.3900.650.1595.4965.1457.25
Hex85D94B27041F5f4139
Octal2053311134701011713710171
Binary1000010111011001100101110011101000001111110111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,217,75); }

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

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

 a { background-color: rgb(133,217,75); }

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

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

 span { border-color: rgb(133,217,75); }

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