#85D567

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

Shades of Mantis #85D567

Tints of Mantis #85D567

Color information

#85D567 (or 0x85D567) is unknown color: approx Mantis. HEX triplet: 85, D5 and 67. RGB value is (133,213,103). Sum of RGB (Red+Green+Blue) = 133+213+103=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #85D567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D567 is #7A2A98. Grayscale: #B0B0B0. Windows color (decimal): -8006297 or 6804869. OLE color: 6804869.

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

Color convert

RGB133213103-
CMYK0.3800.520.16
HSL103.64º56.7%61.96%-
HSV(B)103.64º51.64%83.53%-
XYZ35.9253.5521.28-
YUV176.5486.596.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.62%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=29.62%
G=47.44%
B=22.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131030.3800.520.16103.6456.761.96
Hex85D567260341068393e
Octal20532514746064201507176
Binary100001011101010111001111001100110100100001101000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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