#85ca55

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

Shades of Mantis #85CA55

Tints of Mantis #85CA55

Color information

#85CA55 (or 0x85CA55) is unknown color: approx Mantis. HEX triplet: 85, CA and 55. RGB value is (133,202,85). Sum of RGB (Red+Green+Blue) = 133+202+85=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CA55 is #7A35AA. Grayscale: #A8A8A8. Windows color (decimal): -8009131 or 5622405. OLE color: 5622405.

HSL color Cylindrical-coordinate representation of color #85CA55: hue angle of 95.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85CA55 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB13320285-
CMYK0.3400.580.21
HSL95.38º52.47%56.27%-
HSV(B)95.38º57.92%79.22%-
XYZ32.4347.8816.13-
YUV168.0381.14103.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=31.67%
G=48.10%
B=20.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202850.3400.580.2195.3852.4756.27
Hex85CA552203A155f3438
Octal20531212542072251376470
Binary100001011100101010101011000100111010101011011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ca55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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