#85CC4A

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

Shades of Mantis #85CC4A

Tints of Mantis #85CC4A

Color information

#85CC4A (or 0x85CC4A) is unknown color: approx Mantis. HEX triplet: 85, CC and 4A. RGB value is (133,204,74). Sum of RGB (Red+Green+Blue) = 133+204+74=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CC4A is #7A33B5. Grayscale: #A8A8A8. Windows color (decimal): -8008630 or 4902021. OLE color: 4902021.

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

Color convert

RGB13320474-
CMYK0.3500.640.2
HSL92.77º56.03%54.51%-
HSV(B)92.77º63.73%80%-
XYZ32.548.6714.16-
YUV167.9574.98103.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=32.36%
G=49.64%
B=18.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133204740.3500.640.292.7756.0354.51
Hex85CC4A23040145d3837
Octal205314112430100241357067
Binary1000010111001100100101010001101000000101001011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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