#85CD70

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

Shades of Mantis #85CD70

Tints of Mantis #85CD70

Color information

#85CD70 (or 0x85CD70) is unknown color: approx Mantis. HEX triplet: 85, CD and 70. RGB value is (133,205,112). Sum of RGB (Red+Green+Blue) = 133+205+112=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CD70 is #7A328F. Grayscale: #ADADAD. Windows color (decimal): -8008336 or 7392645. OLE color: 7392645.

HSL color Cylindrical-coordinate representation of color #85CD70: hue angle of 106.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CD70 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB133205112-
CMYK0.3500.450.20
HSL106.45º48.19%62.16%-
HSV(B)106.45º45.37%80.39%-
XYZ34.4349.8223.13-
YUV172.8793.6599.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=29.56%
G=45.56%
B=24.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051120.3500.450.20106.4548.1962.16
Hex85CD702302D146a303e
Octal20531516043055241526076
Binary100001011100110111100001000110101101101001101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,112); }

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

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

 a { background-color: rgb(133,205,112); }

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

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

 span { border-color: rgb(133,205,112); }

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