#85DF52

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

Shades of Mantis #85DF52

Tints of Mantis #85DF52

Color information

#85DF52 (or 0x85DF52) is unknown color: approx Mantis. HEX triplet: 85, DF and 52. RGB value is (133,223,82). Sum of RGB (Red+Green+Blue) = 133+223+82=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF52 is #7A20AD. Grayscale: #B4B4B4. Windows color (decimal): -8003758 or 5431173. OLE color: 5431173.

HSL color Cylindrical-coordinate representation of color #85DF52: hue angle of 98.3º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85DF52 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB13322382-
CMYK0.4000.630.13
HSL98.3º68.78%59.8%-
HSV(B)98.3º63.23%87.45%-
XYZ37.5858.3717.27-
YUV180.0272.6894.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 223 (87.5% from 255) = 50.91%
BLUE value IS 82 (32.42% from 255) = 18.72%
R=30.37%
G=50.91%
B=18.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133223820.4000.630.1398.368.7859.8
Hex85DF522803FD62453c
Octal205337122500771514210574
Binary100001011101111110100101010000111111110111000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,223,82); }

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

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

 a { background-color: rgb(133,223,82); }

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

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

 span { border-color: rgb(133,223,82); }

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