#85CC47

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

Shades of Mantis #85CC47

Tints of Mantis #85CC47

Color information

#85CC47 (or 0x85CC47) is unknown color: approx Mantis. HEX triplet: 85, CC and 47. RGB value is (133,204,71). Sum of RGB (Red+Green+Blue) = 133+204+71=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC47 is #7A33B8. Grayscale: #A8A8A8. Windows color (decimal): -8008633 or 4705413. OLE color: 4705413.

HSL color Cylindrical-coordinate representation of color #85CC47: hue angle of 92.03º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85CC47 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB13320471-
CMYK0.3500.650.2
HSL92.03º56.6%53.92%-
HSV(B)92.03º65.2%80%-
XYZ32.448.6313.64-
YUV167.6173.48103.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=32.60%
G=50%
B=17.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133204710.3500.650.292.0356.653.92
Hex85CC4723041145c3936
Octal205314107430101241347166
Binary1000010111001100100011110001101000001101001011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,71); }

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

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

 a { background-color: rgb(133,204,71); }

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

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

 span { border-color: rgb(133,204,71); }

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