#85cb50

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

Shades of Mantis #85CB50

Tints of Mantis #85CB50

Color information

#85CB50 (or 0x85CB50) is unknown color: approx Mantis. HEX triplet: 85, CB and 50. RGB value is (133,203,80). Sum of RGB (Red+Green+Blue) = 133+203+80=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB50 is #7A34AF. Grayscale: #A8A8A8. Windows color (decimal): -8008880 or 5294981. OLE color: 5294981.

HSL color Cylindrical-coordinate representation of color #85CB50: hue angle of 94.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85CB50 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB13320380-
CMYK0.3400.610.20
HSL94.15º54.19%55.49%-
HSV(B)94.15º60.59%79.61%-
XYZ32.4848.2815.2-
YUV168.0578.31103-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 203 (79.69% from 255) = 48.80%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=31.97%
G=48.80%
B=19.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133203800.3400.610.2094.1554.1955.49
Hex85CB502203D145e3637
Octal20531312042075241366667
Binary100001011100101110100001000100111101101001011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85cb50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,80); }

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

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

 a { background-color: rgb(133,203,80); }

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

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

 span { border-color: rgb(133,203,80); }

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