#85CC58

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

Shades of Mantis #85CC58

Tints of Mantis #85CC58

Color information

#85CC58 (or 0x85CC58) is unknown color: approx Mantis. HEX triplet: 85, CC and 58. RGB value is (133,204,88). Sum of RGB (Red+Green+Blue) = 133+204+88=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC58 is #7A33A7. Grayscale: #A9A9A9. Windows color (decimal): -8008616 or 5819525. OLE color: 5819525.

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

Color convert

RGB13320488-
CMYK0.3500.570.2
HSL96.72º53.21%57.25%-
HSV(B)96.72º56.86%80%-
XYZ33.0348.8816.93-
YUV169.5581.98101.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 204 (80.08% from 255) = 48%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=31.29%
G=48%
B=20.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal133204880.3500.570.296.7253.2157.25
Hex85CC582303914613539
Octal20531413043071241416571
Binary100001011100110010110001000110111001101001100001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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