#85D967

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

Shades of Mantis #85D967

Tints of Mantis #85D967

Color information

#85D967 (or 0x85D967) is unknown color: approx Mantis. HEX triplet: 85, D9 and 67. RGB value is (133,217,103). Sum of RGB (Red+Green+Blue) = 133+217+103=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #85D967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D967 is #7A2698. Grayscale: #B3B3B3. Windows color (decimal): -8005273 or 6805893. OLE color: 6805893.

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

Color convert

RGB133217103-
CMYK0.3900.530.15
HSL104.21º60%62.75%-
HSV(B)104.21º52.53%85.1%-
XYZ36.9355.5921.62-
YUV178.8985.1795.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 217 (85.16% from 255) = 47.90%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=29.36%
G=47.90%
B=22.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1332171030.3900.530.15104.216062.75
Hex85D96727035F683c3f
Octal20533114747065171507477
Binary10000101110110011100111100111011010111111101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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