#85CF6C

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

Shades of Mantis #85CF6C

Tints of Mantis #85CF6C

Color information

#85CF6C (or 0x85CF6C) is unknown color: approx Mantis. HEX triplet: 85, CF and 6C. RGB value is (133,207,108). Sum of RGB (Red+Green+Blue) = 133+207+108=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6C is #7A3093. Grayscale: #ADADAD. Windows color (decimal): -8007828 or 7131013. OLE color: 7131013.

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

Color convert

RGB133207108-
CMYK0.3600.480.19
HSL104.85º50.77%61.76%-
HSV(B)104.85º47.83%81.18%-
XYZ34.6950.6922.14-
YUV173.5990.9899.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 207 (81.25% from 255) = 46.21%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=29.69%
G=46.21%
B=24.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332071080.3600.480.19104.8550.7761.76
Hex85CF6C240301369333e
Octal20531715444060231516376
Binary100001011100111111011001001000110000100111101001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,108); }

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

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

 a { background-color: rgb(133,207,108); }

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

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

 span { border-color: rgb(133,207,108); }

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