#85D25E

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

Shades of Mantis #85D25E

Tints of Mantis #85D25E

Color information

#85D25E (or 0x85D25E) is unknown color: approx Mantis. HEX triplet: 85, D2 and 5E. RGB value is (133,210,94). Sum of RGB (Red+Green+Blue) = 133+210+94=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #85D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D25E is #7A2DA1. Grayscale: #AEAEAE. Windows color (decimal): -8007074 or 6214277. OLE color: 6214277.

HSL color Cylindrical-coordinate representation of color #85D25E: hue angle of 99.83º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85D25E is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB13321094-
CMYK0.3700.550.18
HSL99.83º56.31%59.61%-
HSV(B)99.83º55.24%82.35%-
XYZ34.7451.8918.77-
YUV173.7582.9998.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 210 (82.42% from 255) = 48.05%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=30.43%
G=48.05%
B=21.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133210940.3700.550.1899.8356.3159.61
Hex85D25E250371264383c
Octal20532213645067221447074
Binary100001011101001010111101001010110111100101100100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,210,94); }

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

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

 a { background-color: rgb(133,210,94); }

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

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

 span { border-color: rgb(133,210,94); }

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