#85d569

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

Shades of Mantis #85D569

Tints of Mantis #85D569

Color information

#85D569 (or 0x85D569) is unknown color: approx Mantis. HEX triplet: 85, D5 and 69. RGB value is (133,213,105). Sum of RGB (Red+Green+Blue) = 133+213+105=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #85D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D569 is #7A2A96. Grayscale: #B1B1B1. Windows color (decimal): -8006295 or 6935941. OLE color: 6935941.

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

Color convert

RGB133213105-
CMYK0.3800.510.16
HSL104.44º56.25%62.35%-
HSV(B)104.44º50.7%83.53%-
XYZ36.0253.5921.81-
YUV176.7787.596.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.49%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=29.49%
G=47.23%
B=23.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131050.3800.510.16104.4456.2562.35
Hex85D569260331068383e
Octal20532515146063201507076
Binary100001011101010111010011001100110011100001101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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