#85CA51

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

Shades of Mantis #85CA51

Tints of Mantis #85CA51

Color information

#85CA51 (or 0x85CA51) is unknown color: approx Mantis. HEX triplet: 85, CA and 51. RGB value is (133,202,81). Sum of RGB (Red+Green+Blue) = 133+202+81=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA51 is #7A35AE. Grayscale: #A7A7A7. Windows color (decimal): -8009135 or 5360261. OLE color: 5360261.

HSL color Cylindrical-coordinate representation of color #85CA51: hue angle of 94.21º 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 #85CA51 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB13320281-
CMYK0.3400.600.21
HSL94.21º53.3%55.49%-
HSV(B)94.21º59.9%79.22%-
XYZ32.2847.8215.31-
YUV167.5879.14103.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=31.97%
G=48.56%
B=19.47%

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
Decimal133202810.3400.600.2194.2153.355.49
Hex85CA512203C155e3537
Octal20531212142074251366567
Binary100001011100101010100011000100111100101011011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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