#85db49

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

Shades of Mantis #85DB49

Tints of Mantis #85DB49

Color information

#85DB49 (or 0x85DB49) is unknown color: approx Mantis. HEX triplet: 85, DB and 49. RGB value is (133,219,73). Sum of RGB (Red+Green+Blue) = 133+219+73=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB49 is #7A24B6. Grayscale: #B1B1B1. Windows color (decimal): -8004791 or 4840325. OLE color: 4840325.

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

Color convert

RGB13321973-
CMYK0.3900.670.14
HSL95.34º66.97%57.25%-
HSV(B)95.34º66.67%85.88%-
XYZ36.2156.1315.23-
YUV176.6469.5196.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 219 (85.94% from 255) = 51.53%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=31.29%
G=51.53%
B=17.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133219730.3900.670.1495.3466.9757.25
Hex85DB4927043E5f4339
Octal2053331114701031613710371
Binary1000010111011011100100110011101000011111010111111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85db49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,73); }

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

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

 a { background-color: rgb(133,219,73); }

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

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

 span { border-color: rgb(133,219,73); }

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