#85C951

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

Shades of Mantis #85C951

Tints of Mantis #85C951

Color information

#85C951 (or 0x85C951) is unknown color: approx Mantis. HEX triplet: 85, C9 and 51. RGB value is (133,201,81). Sum of RGB (Red+Green+Blue) = 133+201+81=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #85C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C951 is #7A36AE. Grayscale: #A7A7A7. Windows color (decimal): -8009391 or 5360005. OLE color: 5360005.

HSL color Cylindrical-coordinate representation of color #85C951: hue angle of 94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85C951 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB13320181-
CMYK0.3400.600.21
HSL94º52.63%55.29%-
HSV(B)94º59.7%78.82%-
XYZ32.0447.3515.24-
YUV166.9979.47103.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 81 (32.03% from 255) = 19.52%
R=32.05%
G=48.43%
B=19.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133201810.3400.600.219452.6355.29
Hex85C9512203C155e3537
Octal20531112142074251366567
Binary100001011100100110100011000100111100101011011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,201,81); }

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

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

 a { background-color: rgb(133,201,81); }

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

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

 span { border-color: rgb(133,201,81); }

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