#85CA4B

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

Shades of Mantis #85CA4B

Tints of Mantis #85CA4B

Color information

#85CA4B (or 0x85CA4B) is unknown color: approx Mantis. HEX triplet: 85, CA and 4B. RGB value is (133,202,75). Sum of RGB (Red+Green+Blue) = 133+202+75=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA4B is #7A35B4. Grayscale: #A7A7A7. Windows color (decimal): -8009141 or 4967045. OLE color: 4967045.

HSL color Cylindrical-coordinate representation of color #85CA4B: hue angle of 92.6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85CA4B is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB13320275-
CMYK0.3400.630.21
HSL92.6º54.51%54.31%-
HSV(B)92.6º62.87%79.22%-
XYZ32.0647.7414.18-
YUV166.8976.14103.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=32.44%
G=49.27%
B=18.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202750.3400.630.2192.654.5154.31
Hex85CA4B2203F155d3736
Octal20531211342077251356766
Binary100001011100101010010111000100111111101011011101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,75); }

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

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

 a { background-color: rgb(133,202,75); }

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

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

 span { border-color: rgb(133,202,75); }

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