#85D754

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

Shades of Mantis #85D754

Tints of Mantis #85D754

Color information

#85D754 (or 0x85D754) is unknown color: approx Mantis. HEX triplet: 85, D7 and 54. RGB value is (133,215,84). Sum of RGB (Red+Green+Blue) = 133+215+84=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #85D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D754 is #7A28AB. Grayscale: #AFAFAF. Windows color (decimal): -8005804 or 5560197. OLE color: 5560197.

HSL color Cylindrical-coordinate representation of color #85D754: hue angle of 97.56º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85D754 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB13321584-
CMYK0.3800.610.16
HSL97.56º62.09%58.63%-
HSV(B)97.56º60.93%84.31%-
XYZ35.5754.2316.98-
YUV175.5576.3397.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 215 (84.38% from 255) = 49.77%
BLUE value IS 84 (33.20% from 255) = 19.44%
R=30.79%
G=49.77%
B=19.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133215840.3800.610.1697.5662.0958.63
Hex85D7542603D10623e3b
Octal20532712446075201427673
Binary100001011101011110101001001100111101100001100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,84); }

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

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

 a { background-color: rgb(133,215,84); }

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

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

 span { border-color: rgb(133,215,84); }

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