#85CF6B

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

Shades of Mantis #85CF6B

Tints of Mantis #85CF6B

Color information

#85CF6B (or 0x85CF6B) is unknown color: approx Mantis. HEX triplet: 85, CF and 6B. RGB value is (133,207,107). Sum of RGB (Red+Green+Blue) = 133+207+107=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CF6B is #7A3094. Grayscale: #ADADAD. Windows color (decimal): -8007829 or 7065477. OLE color: 7065477.

HSL color Cylindrical-coordinate representation of color #85CF6B: hue angle of 104.4º 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 #85CF6B is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB133207107-
CMYK0.3600.480.19
HSL104.4º51.02%61.57%-
HSV(B)104.4º48.31%81.18%-
XYZ34.6450.6721.87-
YUV173.4790.4899.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 207 (81.25% from 255) = 46.31%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=29.75%
G=46.31%
B=23.94%

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
Decimal1332071070.3600.480.19104.451.0261.57
Hex85CF6B240301368333e
Octal20531715344060231506376
Binary100001011100111111010111001000110000100111101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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