#85CE6B

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

Shades of Mantis #85CE6B

Tints of Mantis #85CE6B

Color information

#85CE6B (or 0x85CE6B) is unknown color: approx Mantis. HEX triplet: 85, CE and 6B. RGB value is (133,206,107). Sum of RGB (Red+Green+Blue) = 133+206+107=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE6B is #7A3194. Grayscale: #ADADAD. Windows color (decimal): -8008085 or 7065221. OLE color: 7065221.

HSL color Cylindrical-coordinate representation of color #85CE6B: hue angle of 104.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85CE6B is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB133206107-
CMYK0.3500.480.19
HSL104.24º50.25%61.37%-
HSV(B)104.24º48.06%80.78%-
XYZ34.450.1921.78-
YUV172.8990.8299.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 206 (80.86% from 255) = 46.19%
BLUE value IS 107 (42.19% from 255) = 23.99%
R=29.82%
G=46.19%
B=23.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061070.3500.480.19104.2450.2561.37
Hex85CE6B230301368323d
Octal20531615343060231506275
Binary100001011100111011010111000110110000100111101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,107); }

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

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

 a { background-color: rgb(133,206,107); }

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

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

 span { border-color: rgb(133,206,107); }

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